Skip to content

Instantly share code, notes, and snippets.

@juanpaulo
Last active May 13, 2020 02:43
Show Gist options
  • Save juanpaulo/2d5695f79d57a8ff76de2d9bd9e45f74 to your computer and use it in GitHub Desktop.
Save juanpaulo/2d5695f79d57a8ff76de2d9bd9e45f74 to your computer and use it in GitHub Desktop.
~/.zshrc
# Python (pyenv)
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# Golang
export PATH="/usr/local/go/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment