<br><br><div class="gmail_quote">On Wed, Apr 29, 2009 at 5:43 PM, Omita <span dir="ltr"><<a href="mailto:hays.clark@gmail.com">hays.clark@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Long story short... I am installing Python 2.6 on OSX Server.  By<br>
default the Python.framework is installing in /Library:<br>
<br>
/Library/Frameworks/Python.framework<br>
<br>
However, as I am using OSX Server I would ideally like the install<br>
location to be here:<br>
<br>
/System/Library/Frameworks/Python.framework/<br>
</blockquote><div><br>No, you don't want the install location to be there. <br>"""<br>Third-party frameworks should never be installed in the <code>/System/Library/Frameworks</code> directory. Access to this directory is restricted and is reserved for Apple-provided frameworks only.<br>
"""<br><a href="http://developer.apple.com/documentation/MacOSX/Conceptual/BPFrameworks/Tasks/InstallingFrameworks.html">http://developer.apple.com/documentation/MacOSX/Conceptual/BPFrameworks/Tasks/InstallingFrameworks.html</a><br>
<br>Regardless, the linker searches /Library/Frameworks before /System/Library/Frameworks so a user-installed framework gets priority over the system one.<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Do I need to use the "--libdir" flag? Or is that referring to "lib"<br>
not "Library"?<br>
<br>
-Thanks<br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br>