1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

pyenv and others

This commit is contained in:
J. Fernando Sánchez
2015-04-13 10:47:46 +02:00
parent 95427a4a87
commit 9a934dc351
6 changed files with 26 additions and 15 deletions

10
zshenv Normal file
View File

@@ -0,0 +1,10 @@
### Added by the Heroku Toolbelt
export PATH="$PATH:/usr/local/heroku/bin:$HOME/.cabal/bin"
### Virtualenvwrapper
export WORKON_HOME=~/.virtualenvs
#export PYENV_ROOT="$HOME/.pyenv"
#export PATH="$PYENV_ROOT/bin:$PATH"
#eval "$(pyenv init -)"