Open azazellochg opened 2 years ago
The warning of overwriting existing env is shown unless -y option is passed. @pconesa should we make a warning in docs about using -noAsk option?
How do you see this, like asking the user to confirm in case -noAsk is used?
Currently, conda is asking is -noAsk is not used.
WARNING: A conda environment already exists at '/home/pconesa/miniconda3/envs/scipion3'
Remove existing environment (y/[n])? n
The only way to cancel is Control-C.
Yes will remove the environment, N will proceed with the existing but installing things in it.
With -noAsk it goes straight to overwriting.
Raise exception if scipion env with the default/specified name already exists