Re: Installing Django via virtualenv

2008-05-30 Thread GetFresh
Thanks for the reply Graham. I have found a bit of a solution. I symlinked my django folder into the virtualenv folder. I can successfully startup the server but I can't seem to view it in my browser. Possibly a problem with Apache. I'll have to double check to see if mod_python is being used.

Installing Django via virtualenv

2008-05-30 Thread GetFresh
lenv (http://pypi.python.org/pypi/virtualenv) which creates isolated Python environments and I have that up and running. I just don't know how install Django and use that /ENV as the install instead of the main python dir. Any ideas or suggestions would be helpful. Ch