# HG changeset patch # User Steve Losh # Date 1281619266 14400 # Node ID 98268d25b5f4098b8b908670169995885351a487 # Parent e34702969b0094255679c6c0d11d3e1323c47f89 zsh: use preloaded virtualenvwrapper diff -r e34702969b00 -r 98268d25b5f4 .zshrc --- a/.zshrc Tue Aug 10 17:09:44 2010 -0400 +++ b/.zshrc Thu Aug 12 09:21:06 2010 -0400 @@ -37,7 +37,7 @@ # Extra shell extensions like z and tab completion for Mercurial ------------- source ~/lib/z/z.sh -source ~/lib/python/virtualenvwrapper/virtualenvwrapper.sh +export VEW_PATH="$HOME/lib/python/virtualenvwrapper/virtualenvwrapper.sh" # See ------------------------------------------------------------------------ export PYTHONPATH="$HOME/lib/python/see:$PYTHONPATH"