pyenv support

This commit is contained in:
Loic Nageleisen 2013-09-02 10:44:54 +02:00
parent 86a4fb4725
commit 74fdc01f13

4
shell/pyenv Executable file
View file

@ -0,0 +1,4 @@
# pyenv
test -d "$HOME/.pyenv/bin" && PATH="$HOME/.pyenv/bin:$PATH"
which pyenv 2>&1 >/dev/null && eval "$(pyenv init -)"
export PATH