Browse Source

dont pass path to sourcing virtualenvwrapper

should be available in $PATH after it was installed
Kevin Heinicke 9 năm trước cách đây
mục cha
commit
7e3716da52
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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