Nick Coghlan <ncogh...@gmail.com> added the comment:

For the more general breakage due to PYTHONHOME and PYTHONPATH, yeah, global 
environment variables are bad, particularly when an OS relies on tools written 
in (or embedding) Python.

That's the reason virtualenv (and 3.3's forthcoming venv) are a preferred 
alternative - they give you a space to play in that shouldn't break your system 
Python or apps that embed it.

----------
assignee:  -> docs@python
components: +Documentation -Interpreter Core
nosy: +docs@python
stage:  -> needs patch
versions: +Python 3.2, Python 3.3

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

Reply via email to