On Mon, Feb 20, 2012 at 10:49 AM, jigbox <chawda.jig...@gmail.com> wrote:
> The installation guide has instructions for Ubuntu 10.10 and below
> users.
> However, there is no help for Ubuntu 11.10 users. since I am facing
> some uncommon problems, I request to put up installation steps for
> Ububtu 11.10 users.
> Any help will be appreciated.
>

sudo easy_install virtualenv
cd my/project/base/folder
virtualenv environ
source environ/bin/activate
pip install django==1.3.1

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to