Which flag to use in "configure" to Change the Install location?

O

Omita

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/

Do I need to use the "--libdir" flag? Or is that referring to "lib"
not "Library"?
 
D

Diez B. Roggisch

Omita said:
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
 
P

Piet van Oostrum

Omita said:
O> Long story short... I am installing Python 2.6 on OSX. By default the
O> Library is installing here:
O> /Library/Frameworks/Python.framework
O> However, as I am using OSX Server I would ideally like the location to
O> be here:
O> /System/Library/Frameworks/Python.framework/
O> Do I need to use the "--libdir" flag? Or is that referring to "lib"
O> not "Library"?

Why do you ask the same question twice, and with different subjects?
This makes answering difficult.

To repeat my answer:

That's a good recipe to ruin your system software.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top