mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-13 17:58:26 +01:00
Newline after printing env info in developer scripts
This commit is contained in:
parent
e8d61225f5
commit
338c2243e3
@ -19,6 +19,8 @@ call python --version
|
|||||||
call where conda
|
call where conda
|
||||||
call conda --version
|
call conda --version
|
||||||
|
|
||||||
|
echo.
|
||||||
|
|
||||||
@rem activate the environment
|
@rem activate the environment
|
||||||
call conda activate .\stable-diffusion\env
|
call conda activate .\stable-diffusion\env
|
||||||
|
|
||||||
|
@ -19,6 +19,8 @@ if [ "$0" == "bash" ]; then
|
|||||||
which conda
|
which conda
|
||||||
conda --version
|
conda --version
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
|
||||||
# activate the environment
|
# activate the environment
|
||||||
CONDA_BASEPATH=$(conda info --base)
|
CONDA_BASEPATH=$(conda info --base)
|
||||||
source "$CONDA_BASEPATH/etc/profile.d/conda.sh" # otherwise conda complains about 'shell not initialized' (needed when running in a script)
|
source "$CONDA_BASEPATH/etc/profile.d/conda.sh" # otherwise conda complains about 'shell not initialized' (needed when running in a script)
|
||||||
|
Loading…
Reference in New Issue
Block a user