This doesn't work:
python setup.py install --build-base=foo
How can I tell distutils where to take the built files from for installation?
I found this bug report in python's Issue Tracker. It suggests:
python setup.py build -b <somedir> install
And it works for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With