I have Django 1.1x on my Debian setup - how do I use virtualenv
or similar Can I not mess with the default version of my system, which will in turn break all my sites?
Detailed instructions or a great tutorial link will be appreciated - please do not advise me unclear because I am still a noob.
Currently I store all my django projects in ~ / django-sites and I am using Apache2 + mod_wsgi to deploy.
If you have easy_install, or better pip
is installed, then this It should be as simple:
-
-
virtualenv django1.2
- / ol>
in the bin
folder in the django1.2
folder in Python Will put binary. Just use that dragon binary, and you've got a very good self-contained environment you can install easy_install / pip in that environment, and then install the DNS 1.2, And can hack away.
Comments
Post a Comment