mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 19:52:29 +00:00
11 lines
246 B
Bash
11 lines
246 B
Bash
### 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 -)"
|