forked from extern/easydiffusion
a715022049
This reverts commit d92fb1ec95
.
12 lines
149 B
Bash
Executable File
12 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
conda-unpack
|
|
|
|
source $CONDA_PREFIX/etc/profile.d/conda.sh
|
|
|
|
conda --version
|
|
git --version
|
|
|
|
cd $CONDA_PREFIX/../scripts
|
|
|
|
./on_env_start.sh |