Last active
October 17, 2023 20:45
-
-
Save mikbuch/85d841ce6993bd5b3be77e1ad8ab1882 to your computer and use it in GitHub Desktop.
Add Anaconda to the PATH variable (zshrc)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# It should also work for other rc file types, e.g., bash_profile/bashrc | |
echo "export PATH=${HOME}/anaconda3/bin:$PATH" >> ${HOME}/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment