Message211232
Due to the way the shell or kernel parses the shebang, you can’t have spaces in the path to the interpreter:
http://lists.gnu.org/archive/html/bug-bash/2008-05/msg00053.html
The solution is to separate your virtualenv from the directory containing your code. (virtualenvwrapper works in that way for example.) virtualenv’s job is to have a copied Python with an isolated site-packages; it does not matter whether the Python is in your project directory (./bin/python) or anywhere else (~/venvs/strategist/bin/python). |
|
Date |
User |
Action |
Args |
2014-02-14 18:31:24 | eric.araujo | set | recipients:
+ eric.araujo, FeralBytes |
2014-02-14 18:31:24 | eric.araujo | set | messageid: <1392402684.56.0.752018384447.issue20622@psf.upfronthosting.co.za> |
2014-02-14 18:31:24 | eric.araujo | link | issue20622 messages |
2014-02-14 18:31:24 | eric.araujo | create | |
|