Opened 17 years ago

Closed 17 years ago

#4331 closed (fixed)

Mac OS 10.4.x python site-packages location

Reported by: mokeefe8@… Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords: Mac OS X site-package location
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

If you install Python 2.5, (for example -- same for 2.4) using the standard options, the location for site-packages is actually:

/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/

The documentation says /Library/Python2.X/site-packages/

Attachments (1)

4331.patch (540 bytes ) - added by Chris Beaven 17 years ago.

Download all attachments as: .zip

Change History (4)

by Chris Beaven, 17 years ago

Attachment: 4331.patch added

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Chris Beaven, 17 years ago

Has patch: set

comment:3 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5370]) Fixed #4331 -- Updated possible installation paths for Python site-packages on
Mac OS X. Thanks, mokeefe8@….

Note: See TracTickets for help on using tickets.
Back to Top