diff options
| author | 2021-07-08 21:14:16 +0200 | |
|---|---|---|
| committer | 2021-07-08 21:14:16 +0200 | |
| commit | 805865e7e8e9816e27cfb536619445e46090f98f (patch) | |
| tree | 018f00ec124d3468f5563a13c218ef7308ca35d6 | |
| parent | a06978f985a4f19a71a6e42bfe5ea4c33c53184f (diff) | |
| download | dotfiles-805865e7e8e9816e27cfb536619445e46090f98f.tar.gz dotfiles-805865e7e8e9816e27cfb536619445e46090f98f.tar.bz2 dotfiles-805865e7e8e9816e27cfb536619445e46090f98f.zip | |
ADded pyenv init scripts
| -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 | ||
