diff options
Diffstat (limited to 'bash/.bashrc')
| -rwxr-xr-x | bash/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 4c9dea3..d102cea 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -260,6 +260,8 @@ if exists heroku; then | |||
| 260 | fi | 260 | fi |
| 261 | 261 | ||
| 262 | if exists pyenv; then | 262 | if exists pyenv; then |
| 263 | eval "$(pyenv init -)" | ||
| 264 | eval "$(pyenv virtualenv-init -)" | ||
| 263 | export PATH="$PATH:$(pyenv root)/shims" | 265 | export PATH="$PATH:$(pyenv root)/shims" |
| 264 | fi | 266 | fi |
| 265 | 267 | ||
