On Sat, Sep 20, 2008 at 10:53 AM, howa <[EMAIL PROTECTED]> wrote: > > Hello, > > Anyone success how to install Trac in a USB disk, i.e. all trac > program, genshi, etc are self contained in a folder, so I can use Trac > everywhere when I have the USB disk. > > Currently I already get Apache, Python running on my USB disk, so I > want to know any steps I can follow to config/install Trac. i.e. > without using easy_install to my python system folder. > > Thanks.
The same way you would install any Python package. Just run the setup.py and use the --prefix and/or --root options to install to a different location. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
