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>
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…