distutils options

J

Jacek Generowicz

The command "build_ext" has a --build-temp option.

The command "install" calls the command "build_ext".

The command "install" does not accept the --build-temp option.

How can I specify --build-temp to "build_ext" when invoking the latter
via "install" ?
 
T

Thomas Heller

Jacek Generowicz said:
The command "build_ext" has a --build-temp option.

The command "install" calls the command "build_ext".

The command "install" does not accept the --build-temp option.

How can I specify --build-temp to "build_ext" when invoking the latter
via "install" ?

python setup.py build_ext --build-temp install

Or write the following in your setup.cfg file:
[build_ext]
build_temp

Thomas
 

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
474,201
Messages
2,571,049
Members
47,654
Latest member
LannySinge

Latest Threads

Top