change default install directory when using bdist_rpm

Jérôme Le Bougeant lebougeant at 3Douest.com
Fri Jul 21 04:50:25 EDT 2006


Hi,

try :
python setup.py bdist_rpm --dist-dir="/home/..."

> I'm using :
> python setup.py bdist_rpm
>
> to create an rpm package to distribute my python app on linux.
>
> When i install the rpm, the files are installed in
> /usr/share/python/site-packages/..... directory by default.
>
> How do i change the installation directory??
>
> Thanks,
> krithika
> 





More information about the Python-list mailing list