Changes between Initial Version and Version 1 of Ticket #19233


Ignore:
Timestamp:
Apr 8, 2009, 12:30:35 AM (15 years ago)
Author:
blb@…
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).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19233

    • Property Cc mww@… blb@… mcalhoun@… added
    • Property Port python25 python26 python30 added; python2.5 python2.6 python2.x removed
  • Ticket #19233 – Description

    initial v1  
    1 
    21I wonder if this EasyInstall tip could or should be applied to python2.x ports?
    32