mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
11 lines
550 B
Python
11 lines
550 B
Python
--- Lib/site.py Tue Jul 20 04:28:28 2004
|
|
+++ Lib/site.py.new Mon Apr 4 10:47:12 2005
|
|
@@ -186,6 +186,7 @@
|
|
else:
|
|
sitedirs = [prefix, os.path.join(prefix, "lib", "site-packages")]
|
|
if sys.platform == 'darwin':
|
|
+ sitedirs.append( os.path.join('__PREFIX__', 'lib', 'python2.4', 'site-packages') )
|
|
# for framework builds *only* we add the standard Apple
|
|
# locations. Currently only per-user, but /Library and
|
|
# /Network/Library could be added too
|