#19233: python site-packages .pth handling ---------------------------------+------------------------------------------ Reporter: dweber@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.7.1 Keywords: python | Port: python25 python26 python30 ---------------------------------+------------------------------------------ Changes (by blb@…): * cc: mww@…, blb@…, mcalhoun@… (added) * port: python2.5 python2.6 python2.x => python25 python26 python30 Old description:
I wonder if this EasyInstall tip could or should be applied to python2.x ports?
http://peak.telecommunity.com/DevCenter/EasyInstall#administrator- installation
New description: I wonder if this EasyInstall tip could or should be applied to python2.x ports? http://peak.telecommunity.com/DevCenter/EasyInstall#administrator- installation -- Comment: Ignoring the homedir-based install stuff, setting up a system distutils.cfg could have value for software that makes assumptions (eg, prefix always contains lib/pythonXY); maybe something like {{{ [install] install_lib = ${frameworks_dir}/Python.framework/Versions/${python.branch} install_scripts = ${frameworks_dir}/Python.framework/Versions/${python.branch}/bin/python${python.branch} }}} (replacing python.branch for each pythonXY port). -- Ticket URL: <http://trac.macports.org/ticket/19233#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS