| Author |
Message |
krithika.sridhar@gmail.co *nix forums beginner
Joined: 21 Jul 2006
Posts: 1
|
Posted: Fri Jul 21, 2006 4:09 am Post subject:
change default install directory when using bdist_rpm
|
|
|
Hi,
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 |
|
| Back to top |
|
 |
Jérôme Le Bougeant *nix forums beginner
Joined: 10 Jul 2006
Posts: 2
|
Posted: Fri Jul 21, 2006 8:50 am Post subject:
Re: change default install directory when using bdist_rpm
|
|
|
Hi,
try :
python setup.py bdist_rpm --dist-dir="/home/..."
| Quote: | 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
|
|
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|