2019-11-09 conda zsh

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

Add export PATH="//bin:$PATH" in ~/.zshrc

Or set the PATH variable: export PATH="//bin:$PATH"

Replace “” 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)