Skip to content

Instantly share code, notes, and snippets.

@oinume
Created April 10, 2013 05:10
Show Gist options
  • Save oinume/5351975 to your computer and use it in GitHub Desktop.
Save oinume/5351975 to your computer and use it in GitHub Desktop.
/etc/profile.d/pyenv.sh $ . /etc/profile
#!/bin/sh
if [ -d /usr/local/pyenv/bin ]; then
pathmunge /usr/local/pyenv/bin
pathmunge /usr/local/pyenv/shims/
export PYENV_ROOT=/usr/local/pyenv
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment