Opened 18 years ago
Closed 18 years ago
#4331 closed (fixed)
Mac OS 10.4.x python site-packages location
| Reported by: | 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)
Change History (4)
by , 18 years ago
| Attachment: | 4331.patch added |
|---|
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 18 years ago
| Has patch: | set |
|---|
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5370]) Fixed #4331 -- Updated possible installation paths for Python site-packages on
Mac OS X. Thanks, mokeefe8@….