Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I install TurboGears on a Unix-like system without root user priviledges?

0
10 Posted

How can I install TurboGears on a Unix-like system without root user priviledges?

0
10

An easy and quick way is to use the working.py script to create a separate, clean Python environment and install TurboGears in this environment. The basic steps are: • Download workingenv.py. • Run python workingenv.py • source /bin/activate • Download tgsetup.py and run python tgsetup.py. • Install additional eggs, like nose, pysqlite, SQLObject, SQLAlchemy, etc. with easy_install is the name of a directory that workingenv.py should create, that will contain the new Python environment. Everytime you want to work with that environment, you need to carry out step 3. from above, so that the library mdoules and scripts from the environment are used.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123