mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 00:03:20 +01:00
53533e71e9
This reverts commit 9d92174b1d
.
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 |