浏览代码

dont pass path to sourcing virtualenvwrapper

should be available in $PATH after it was installed
Kevin Heinicke 9 年之前
父节点
当前提交
7e3716da52
共有 1 个文件被更改,包括 1 次插入1 次删除
  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