Answers for "uninstall conda library"

15

delete conda env

conda env remove -n ENV_NAME
Posted by: Guest on May-17-2020
0

remove package conda

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

uninstall anaconda in ubuntu

export PATH="/Users/jsmith/anaconda3/bin:$PATH"
Posted by: Guest on October-31-2021

Browse Popular Code Answers by Language