We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b2e4c commit 2d17395Copy full SHA for 2d17395
1 file changed
virtualenvwrapper_bashrc
@@ -87,11 +87,14 @@ function workon () {
87
echo "ERROR: No activate for $WORKON_HOME/$env_name"
88
return 1
89
fi
90
+
91
if [ -f "$VIRTUAL_ENV/bin/predeactivate" ]
92
then
93
source "$VIRTUAL_ENV/bin/predeactivate"
94
95
96
source "$activate"
97
98
if [ -f "$VIRTUAL_ENV/bin/postactivate" ]
99
100
source "$VIRTUAL_ENV/bin/postactivate"
0 commit comments