Skip to content

Commit 2d17395

Browse files
committed
cleanup
--HG-- extra : convert_revision : svn%3A98f53aa3-d424-0410-b225-a548b0275c4d/Projects/virtualenvwrapper/trunk%401356
1 parent d1b2e4c commit 2d17395

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

virtualenvwrapper_bashrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,14 @@ function workon () {
8787
echo "ERROR: No activate for $WORKON_HOME/$env_name"
8888
return 1
8989
fi
90+
9091
if [ -f "$VIRTUAL_ENV/bin/predeactivate" ]
9192
then
9293
source "$VIRTUAL_ENV/bin/predeactivate"
9394
fi
95+
9496
source "$activate"
97+
9598
if [ -f "$VIRTUAL_ENV/bin/postactivate" ]
9699
then
97100
source "$VIRTUAL_ENV/bin/postactivate"

0 commit comments

Comments
 (0)