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 steve.dower
Recipients eric.araujo, ncoghlan, paul.moore, richard, steve.dower, takluyver, tim.golden, zach.ware
Date 2015-04-26.04:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430022920.75.0.743402776138.issue23955@psf.upfronthosting.co.za>
In-reply-to
Content
I'm leaning towards clarifying/fixing the behavior of the venv config, since it's most of the way there for what I care about. Adding another option for applocal may be needed, but possibly not, in which case defining how relative paths are handled would be sufficient.

Any other startup file I'd want to define as setting environment variables only, to avoid having multiple ways to set properties. So for most cases a shell script would suffice (doesn't help people linking to libpython directly, but they can call SetPythonHome themselves).
History
Date User Action Args
2015-04-26 04:35:20steve.dowersetrecipients: + steve.dower, richard, paul.moore, ncoghlan, tim.golden, eric.araujo, takluyver, zach.ware
2015-04-26 04:35:20steve.dowersetmessageid: <1430022920.75.0.743402776138.issue23955@psf.upfronthosting.co.za>
2015-04-26 04:35:20steve.dowerlinkissue23955 messages
2015-04-26 04:35:20steve.dowercreate