We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8f1939 + df447e9 commit f9fc46cCopy full SHA for f9fc46c
1 file changed
virtualenvwrapper.sh
@@ -304,8 +304,9 @@ function virtualenvwrapper_initialize {
304
# Set the location of the hook scripts
305
if [ "$VIRTUALENVWRAPPER_HOOK_DIR" = "" ]
306
then
307
- export VIRTUALENVWRAPPER_HOOK_DIR="$WORKON_HOME"
+ VIRTUALENVWRAPPER_HOOK_DIR="$WORKON_HOME"
308
fi
309
+ export VIRTUALENVWRAPPER_HOOK_DIR
310
311
mkdir -p "$VIRTUALENVWRAPPER_HOOK_DIR"
312
0 commit comments