Relative Content

Tag Archive for conda

Clone environment with selected packages

I would like to know if there exists a command to clone a conda environment with selected packages from the old one. The command “conda create –name new_env –clone old_env” copies all the packages installed in the old environment to the new environment new_env.