Ronald Oussoren added the comment:

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.

----------

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

Reply via email to