distutils

Magnus Heino magnus.heino at pleon.sigma.se
Thu Apr 11 08:27:11 EDT 2002


Martin v. Löwis wrote:

> Magnus Heino <magnus.heino at pleon.sigma.se> writes:
> 
>> Im using distutils to create an rpm for me,
>> 
>> python2.2 setup.py bdist_rpm
>> 
>> Now, this installs the module in /usr/lib/python2.2/site-packages/
>> 
>> How can I install it somewhere else instead?
> 
> See
> 
> http://www.python.org/doc/current/inst/alt-install-windows.html

Well, thats valid for 

python2.2 setup.py install

while im doing 

python2.2 setup.py bdist_rpm

There isnt anything you can do in setup.py?

/Magnus



More information about the Python-list mailing list