# HG changeset patch # User Steve Losh # Date 1270736147 14400 # Node ID 04a56892ee15b0716675d605257d3145eb56e605 # Parent 112f453a6f84db403ac93b71008655b04e5c1d29 Switch to the new version of virtualenvwrapper. diff -r 112f453a6f84 -r 04a56892ee15 .zshrc --- a/.zshrc Thu Apr 08 10:13:34 2010 -0400 +++ b/.zshrc Thu Apr 08 10:15:47 2010 -0400 @@ -51,7 +51,7 @@ # Extra shell extensions like z and tab completion for Mercurial ------------- source ~/lib/z/z.sh -source ~/lib/python/virtualenvwrapper/virtualenvwrapper_bashrc +source ~/lib/python/virtualenvwrapper/virtualenvwrapper.sh # Gorilla -------------------------------------------------------------------- export PATH="/Users/sjl/src/gorilla/bin:$PATH"