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