Newline after printing env info in developer scripts

This commit is contained in:
cmdr2 2022-10-22 23:28:43 +05:30
parent e8d61225f5
commit 338c2243e3
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ call python --version
call where conda
call conda --version
echo.
@rem activate the environment
call conda activate .\stable-diffusion\env

View File

@ -19,6 +19,8 @@ if [ "$0" == "bash" ]; then
which conda
conda --version
echo ""
# activate the environment
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)