Answers for "how to remove double packages from .conda"

2

conda remove old packages

conda clean --all
Posted by: Guest on April-23-2021
1

remove package conda

conda remove -n myenv scipy
Posted by: Guest on August-20-2020

Code answers related to "how to remove double packages from .conda"

Browse Popular Code Answers by Language