mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-07-15 13:55:02 +02:00
Newline after printing env info in developer scripts
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user