Bladeren bron

dont pass path to sourcing virtualenvwrapper

should be available in $PATH after it was installed
Kevin Heinicke 9 jaren geleden
bovenliggende
commit
7e3716da52
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -31,5 +31,5 @@ alias rm="nocorrect rm"
 #
 
 # virtualenvwrapper
-source /usr/local/bin/virtualenvwrapper.sh
+source virtualenvwrapper.sh
 export VIRTUAL_ENV_DISABLE_PROMT=yes