Which flag to use in "configure" to Change the Install location?
Diez B. Roggisch
deets at nospam.web.de
Wed Apr 29 18:37:42 EDT 2009
Omita schrieb:
> Long story short... I am installing Python 2.6 on OSX. By default the
> Library is installing here:
>
> /Library/Frameworks/Python.framework
>
> However, as I am using OSX Server I would ideally like the location to
> be here:
>
> /System/Library/Frameworks/Python.framework/
Why?
> Do I need to use the "--libdir" flag? Or is that referring to "lib"
> not "Library"?
I'm not 100% sure, but I think you should be able to simply move the
framework to your desired location.
However, a simple "configure --help" reveals this:
--enable-framework[=INSTALLDIR]
Diez
More information about the Python-list
mailing list