[Twisted-Python] How to install to another directory?

Jp Calderone exarkun at divmod.com
Fri Sep 3 13:56:11 MDT 2004


junk at mnjdesigns.com wrote:
> How do I install to another directory other then the default using python
> setup.py install.  Any help appreciated!
> 

   ./setup.py install --prefix /another/directory/

   This is more of a general Python question.  If you have more like it, 
you should ask python-list at python.org, or another general Python help
forum.

   Jp




More information about the Twisted-Python mailing list