aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2021-07-08 21:14:16 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2021-07-08 21:14:16 +0200
commit805865e7e8e9816e27cfb536619445e46090f98f (patch)
tree018f00ec124d3468f5563a13c218ef7308ca35d6
parenta06978f985a4f19a71a6e42bfe5ea4c33c53184f (diff)
downloaddotfiles-805865e7e8e9816e27cfb536619445e46090f98f.tar.gz
dotfiles-805865e7e8e9816e27cfb536619445e46090f98f.tar.bz2
dotfiles-805865e7e8e9816e27cfb536619445e46090f98f.zip
ADded pyenv init scripts
-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