Conda needs to be reactivated in the final script, l

inux v2
This commit is contained in:
cmdr2 2022-09-03 18:26:14 +05:30
parent 73acaadf70
commit b4b2c351b4
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,4 @@ source installer/bin/activate
conda-unpack
source installer/etc/profile.d/conda.sh
scripts/on_env_start.sh

View File

@ -1,3 +1,5 @@
source installer/etc/profile.d/conda.sh
if [ `grep -c sd_git_cloned scripts/install_status.txt` -gt "0" ]; then
echo "Stable Diffusion's git repository was already installed. Updating.."