Skip to content

Instantly share code, notes, and snippets.

@mktakuya
Created September 28, 2016 14:03
Show Gist options
  • Save mktakuya/8cab8c245554f0f39073a8fd714a9f96 to your computer and use it in GitHub Desktop.
Save mktakuya/8cab8c245554f0f39073a8fd714a9f96 to your computer and use it in GitHub Desktop.
pyenv settings
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment