美文网首页
2019-11-09 conda zsh

2019-11-09 conda zsh

作者: SYNAPSE_1576 | 来源:发表于2019-11-09 16:51 被阅读0次

According to documentation Installing on macOS we add add in ~/.zshrc instead of .bashrc or .bash_profile

Add export PATH="/<path to anaconda>/bin:$PATH" in ~/.zshrc

Or set the PATH variable: export PATH="/<path to anaconda>/bin:$PATH"

Replace “<path to anaconda>” with the actual path to your Anaconda installation.

This methods are working on ubuntu/Centos7/MacOS as well (just close/reset the terminal once you are completing the changes) than just type conda to test.

相关文章

网友评论

      本文标题:2019-11-09 conda zsh

      本文链接:https://www.haomeiwen.com/subject/bqenbctx.html