aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbash/.bashrc2
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
260fi 260fi
261 261
262if exists pyenv; then 262if 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"
264fi 266fi
265 267