Éric Araujo <mer...@netwok.org> added the comment:

> Creating a venv is useless if you don't ever activate it, right.
This is a common misconception.  Shell activation is only about putting the 
venv’s bin directory on the beginning of the PATH.  It’s a purely optional 
convenience.  Using a virtualenv can be done fully with explicit paths like 
Martin mentioned.

----------
nosy: +eric.araujo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15283>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to