[zsh] Remove virtualenvwrapper

This is completely replaced by pyenv at this point.
This commit is contained in:
Correl Roush 2018-08-16 13:37:47 -04:00
parent c329be35af
commit a050bec470

4
.zshrc
View file

@ -45,10 +45,6 @@ export ALTERNATE_EDITOR=""
alias erl='rlwrap -a erl'
if which virtualenvwrapper.sh >/dev/null; then
source virtualenvwrapper.sh
fi
if [ -d ${HOME}/.cabal/bin ]; then
export PATH="${HOME}/.cabal/bin:$PATH"
fi