Setting permissions/ownership/destination in distutils?

insyte at gmail.com insyte at gmail.com
Fri Mar 10 16:38:39 EST 2006


Is there a recommended way to specify the permissions and ownership of
scripts installed from distutils?   Also, I'm currently just using this
config in setup.cfg to control where the scripts go:

[install]
install-scripts = /opt/mcad/bin

But it would be very helpful if I could install some of the scripts in
another location.  Any good way to do that?

Thanks!

-Ben




More information about the Python-list mailing list