[issue10964] Mac installer need not add things to /usr/local

Ronald Oussoren report at bugs.python.org
Sat Jul 26 11:47:46 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue10964>
_______________________________________


More information about the Python-bugs-list mailing list