This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients brett.cannon, dmalcolm, docs@python, eric.araujo, jankratochvil, meador.inge, ncoghlan, r.david.murray
Date 2012-05-29.22:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338331565.84.0.335041088254.issue14956@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-29 22:46:05ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.araujo, r.david.murray, dmalcolm, meador.inge, jankratochvil, docs@python
2012-05-29 22:46:05ncoghlansetmessageid: <1338331565.84.0.335041088254.issue14956@psf.upfronthosting.co.za>
2012-05-29 22:46:05ncoghlanlinkissue14956 messages
2012-05-29 22:46:05ncoghlancreate