SAROLI Andre Int￿imaire wrote:
> I want to install the XML package v0.8.3 on my station. I want to install it 
> in an other directory of the previous python folder.
> 
> In the setup.py -help-commands I have not found the command which allow to 
> change the installation folder, like for some other scripts I make 
> "-prefix=/home/toto".

It should install relative to the python interpret you use to run setup.py.

For example, instead of 'setup.py install',
do '/path/to/your/python setup.py install'

Is that sufficient?

Also, why 0.8.3 and not 0.8.4?

_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to