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 ronaldoussoren
Recipients eric.araujo, ned.deily, reowen, ronaldoussoren
Date 2014-07-26.09:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406368066.19.0.342478609868.issue10964@psf.upfronthosting.co.za>
In-reply-to
Content
There'd still need to be some way to update the shell environment, but I agree that there needs to be something better than we have now.

One option is to add a small shell script that can be sourced from the shell profile and adds the various python frameworks at the right place in sys.path (dynamically checks what's there instead of hardcoding a version in the command file we now use).

A nice option to add is to optionally use a configuration file in ~/Library/Python to control the order in which directories are added to have some control on which version of python is used when starting it without a full version.  There would then also need to be a script that manages that configuration file.
History
Date User Action Args
2014-07-26 09:47:46ronaldoussorensetrecipients: + ronaldoussoren, reowen, ned.deily, eric.araujo
2014-07-26 09:47:46ronaldoussorensetmessageid: <1406368066.19.0.342478609868.issue10964@psf.upfronthosting.co.za>
2014-07-26 09:47:46ronaldoussorenlinkissue10964 messages
2014-07-26 09:47:46ronaldoussorencreate