On Dec 23, 10:46 am, "Ben Wilson" <[EMAIL PROTECTED]> wrote:
> I'm sure this is in the documentation, and that I am just missing it.
> However, I am on a shared hosting environment and lack the ninja-root
> powers to install using the setup.py install. Can anybody point me to
> the right place to go to find out about how to install Trac in a
> restrained system?

Various shared hosting HOWTOs have been posted at different time, but
probably your best solution now is to use virtualenv:
http://pypi.python.org/pypi/virtualenv

It sets up a local "virtual" Python installation within a folder,
which in this case will be somewhere in your home directory.  Then
using that Python a "setup.py install" will go in your virtual install
instead of trying to install it at the system level.

-- Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to