diff --git a/scripts/Developer Console.cmd b/scripts/Developer Console.cmd index e088a51f..288f2b8c 100644 --- a/scripts/Developer Console.cmd +++ b/scripts/Developer Console.cmd @@ -19,6 +19,8 @@ call python --version call where conda call conda --version +echo. + @rem activate the environment call conda activate .\stable-diffusion\env diff --git a/scripts/developer_console.sh b/scripts/developer_console.sh index 1fe016a9..53e4ed59 100755 --- a/scripts/developer_console.sh +++ b/scripts/developer_console.sh @@ -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)