I have anaconda environment called \'juldou_learning\'.
I downloaded from Git a project with environment.yml inside.
I don\'t want
You can use the env command
conda env update --file environment.yml
You may need to activate the environment into which the packages are going to be installed first.