Skip to content

Instantly share code, notes, and snippets.

@mikbuch
Last active October 17, 2023 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikbuch/85d841ce6993bd5b3be77e1ad8ab1882 to your computer and use it in GitHub Desktop.
Save mikbuch/85d841ce6993bd5b3be77e1ad8ab1882 to your computer and use it in GitHub Desktop.
Add Anaconda to the PATH variable (zshrc)
# 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