我正在尝试卸载Anaconda(为什么无关紧要)。使用这篇文章:Python Anaconda - How to Safely Uninstall,但似乎我遇到了不同的问题。
我使用rm -rf ~/anaconda
,在我的终端输入python3
并获取:-bash: /Users/myuser/anaconda/bin/python3: No such file or directory
看起来我的python路径不正确。查看此评论:导出https://stackoverflow.com/a/37377981/994558,我使用nano ~/.bashrc
但该文件不存在。
我很困惑因为which python
给了我:/usr/bin/python
任何帮助?