I am trying to setup my project environment which uses the following:
- Python 2.5.2
- Django 1.3
- Python Suds
The server I am running it on already has Python (2.5.2) and Django (1.1) installed but I want to use a newer version of Django and dont have administrator rights to upgrade. How do I go about installing this again?
Should I have to install Python + Django + Suds in a seperate directory? How would I replace standard python paths to this new one?
Thanks!
You can use virtual_env, I have used to play with another (unrelated) python framework buildbot