From 17d5c4c72fd1d381c96c28014a9600c29f55bd49 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Tue, 4 Jun 2019 11:52:39 -0500 Subject: [PATCH] Removed pyenv virtualenv-init --- .profile | 1 - 1 file changed, 1 deletion(-) diff --git a/.profile b/.profile index c286da6..1a66146 100644 --- a/.profile +++ b/.profile @@ -28,4 +28,3 @@ export GOROOT=$HOME/go export PATH=$PATH:$GOROOT/bin export PATH="$HOME/.pyenv/bin:$PATH" eval "$(pyenv init -)" -eval "$(pyenv virtualenv-init -)"