我使用的命令行是zsh,因此: 在文件.zshrc中写入: export PATH="/anaconda3/bin:$PATH"
.zshrc
export PATH="/anaconda3/bin:$PATH"
命令行下更新文件: source .zshrc
source .zshrc
测试conda命令,成功 然后命令行写python,发现版本已经切换到了python3
conda
python
参考: http://blog.csdn.net/qq_16735407/article/details/50561144