From 805865e7e8e9816e27cfb536619445e46090f98f Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 8 Jul 2021 21:14:16 +0200 Subject: ADded pyenv init scripts --- bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) 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 fi if exists pyenv; then + eval "$(pyenv init -)" + eval "$(pyenv virtualenv-init -)" export PATH="$PATH:$(pyenv root)/shims" fi -- cgit v1.2.3