How can I add a package to an existing conda environment?
If it is a python package I can use pip install <package>
, but what if pip does not work?
Is it sufficient to activate the environment and use conda install <package>
?
How can I add a package to an existing conda environment?
If it is a python package I can use pip install <package>
, but what if pip does not work?
Is it sufficient to activate the environment and use conda install <package>
?