Conda: use --no-prune when setting up the devenv.
This commit is contained in:
@@ -7,4 +7,4 @@ call conda config --add envs_dirs %CD%/.conda
|
||||
call conda config --set env_prompt "({name})"
|
||||
|
||||
:: install the FreeCAD dependencies into the environment
|
||||
call mamba run --live-stream -n freecad mamba-devenv -f conda/environment.devenv.yml
|
||||
call mamba run --live-stream -n freecad mamba-devenv --no-prune -f conda/environment.devenv.yml
|
||||
|
||||
@@ -9,4 +9,4 @@ conda config --add envs_dirs $(pwd)/.conda
|
||||
conda config --set env_prompt "({name})"
|
||||
|
||||
# install the FreeCAD dependencies into the environment
|
||||
mamba run --live-stream -n freecad mamba-devenv -f conda/environment.devenv.yml
|
||||
mamba run --live-stream -n freecad mamba-devenv --no-prune -f conda/environment.devenv.yml
|
||||
|
||||
Reference in New Issue
Block a user