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 christian.heimes
Recipients barry, brett.cannon, christian.heimes, eric.araujo, lemburg, pitrou, serhiy.storchaka
Date 2012-11-22.19:08:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353611290.05.0.790265308245.issue16499@psf.upfronthosting.co.za>
In-reply-to
Content
How shall I handle venv? I'm reluctant to disable venv in site.py although it allows a user to modify sys.path. However it's only an issue under two circumstances:

(1) The user either needs write permissions to the parent directory of the python executable. 
(2) The script doesn't hard code the path to the interpreter in its shebang.

Point 1 allows the user to mess with the system in more serious ways. The second point can be avoided with a correctly written shebang line.
History
Date User Action Args
2012-11-22 19:08:10christian.heimessetrecipients: + christian.heimes, lemburg, barry, brett.cannon, pitrou, eric.araujo, serhiy.storchaka
2012-11-22 19:08:10christian.heimessetmessageid: <1353611290.05.0.790265308245.issue16499@psf.upfronthosting.co.za>
2012-11-22 19:08:10christian.heimeslinkissue16499 messages
2012-11-22 19:08:09christian.heimescreate