安装Anaconda
如果下载网速过慢,可以使用清华大学镜像:
- 下载列表:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
- 使用说明:https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/
卸载Anaconda
Step1 彻底卸载Anaconda
- 安装 Anaconda-Clean package
打开 Anaconda Prompt 或者命令行, 输入如下命令:
1 |
|
Step2 简单移除Anaconda文件
MacOS
Open your terminal application.
Remove your entire Anaconda directory with rm -rf
. Depending on your installation, your anaconda2 or anaconda3 directory will be in your root folder or in your opt folder.
1 | # The following are a few examples of how you may need to delete your Anaconda folder |
Close and reopen your terminal to refresh it. You should no longer see (base) in your terminal prompt.
Step3 Removing Anaconda path from .bash_profile
If you use Linux or macOS, you may also wish to check your .bash_profile
or .zprofile
file in your home directory for a line such as:
export PATH="/Users/yourname/anaconda3/bin:$PATH"
参考文章
- Anaconda 介绍、安装及使用保姆级教程
- [PyCharm 安装 NumPy,SciPy 等科学计算包 (Anaconda)for mac OS X](https://blog.csdn.net/muzilanlan/article/details/50479931