We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6946b commit cd0bb77Copy full SHA for cd0bb77
docs/en/history.rst
@@ -2,6 +2,10 @@
2
Release History
3
===============
4
5
+dev
6
+
7
+ - Fix problem with space in WORKON_HOME path (:bbissue:`79`).
8
9
2.6.3
10
11
- Hard-code the version information in the setup.py and conf.py
virtualenvwrapper.sh
@@ -143,7 +143,7 @@ virtualenvwrapper_run_hook () {
143
144
# Set up virtualenvwrapper properly
145
virtualenvwrapper_initialize () {
146
- export WORKON_HOME=$(virtualenvwrapper_derive_workon_home)
+ export WORKON_HOME="$(virtualenvwrapper_derive_workon_home)"
147
virtualenvwrapper_verify_workon_home -q || return 1
148
virtualenvwrapper_run_hook "initialize"
149
if [ $? -ne 0 ]
0 commit comments