mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
Conda needs to be reactivated in the final script, l
inux v2
This commit is contained in:
parent
73acaadf70
commit
b4b2c351b4
@ -2,6 +2,4 @@ source installer/bin/activate
|
|||||||
|
|
||||||
conda-unpack
|
conda-unpack
|
||||||
|
|
||||||
source installer/etc/profile.d/conda.sh
|
|
||||||
|
|
||||||
scripts/on_env_start.sh
|
scripts/on_env_start.sh
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
source installer/etc/profile.d/conda.sh
|
||||||
|
|
||||||
if [ `grep -c sd_git_cloned scripts/install_status.txt` -gt "0" ]; then
|
if [ `grep -c sd_git_cloned scripts/install_status.txt` -gt "0" ]; then
|
||||||
echo "Stable Diffusion's git repository was already installed. Updating.."
|
echo "Stable Diffusion's git repository was already installed. Updating.."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user