From 73b495d1e6f91bddced286b0943403a5a39e5086 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 10 Oct 2017 00:00:02 +0100 Subject: [PATCH] Adding new stuff --- .zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 4654a54..9b770e7 100644 --- a/.zshrc +++ b/.zshrc @@ -114,6 +114,4 @@ PYENV_ROOT="$HOME/.pyenv" PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" -export VIRTUALENVWRAPPER_PYTHON=python -export WORKON_HOME=$HOME/.virtualenvs -# source /usr/local/bin/virtualenvwrapper.sh +source /usr/local/bin/virtualenvwrapper.sh