We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39578ff commit c0fa506Copy full SHA for c0fa506
1 file changed
virtualenvwrapper_bashrc
@@ -87,5 +87,9 @@ function workon () {
87
return 1
88
fi
89
source "$activate"
90
+ if [ -f "$WORKON_HOME/$env_name/bin/workdir" ]
91
+ then
92
+ source "$WORKON_HOME/$env_name/bin/workdir"
93
+ fi
94
return 0
95
}
0 commit comments