installation steps for django and virtualenv setup.

41 views
Skip to first unread message

srinivas tummalapalli

unread,
Apr 7, 2016, 11:28:53 AM4/7/16
to Django users
Hi santosh,i installed oracle VM virtual box and linux mint,  can send the installation steps for django and virtualenv setup.

Sean McKinley

unread,
May 12, 2016, 7:43:07 PM5/12/16
to Django users
Download Python of choice. Pip install virtualenv. Pip install Django. Use google.

ludovic coues

unread,
May 13, 2016, 4:08:50 PM5/13/16
to django...@googlegroups.com

First virtualenv. The easiest way for you is to install Linux mint package python-virtualenv.

Then you can use `virtualenv ~/.config/django_env` to setup your virtual env. To use it, you need to activate it with the command `source ~/.config/django_env/bin/activate`. You need that command each time you open a new terminal.

Once you are in an activated virtualenv, you can use pip to install python package. `pip install django` should install django in your virtualenv, making django specific binary like django-admin and the django library available to python if started inside that activated virtualenv.

At this point, it's a good idea to follow the official django tutorial [0] as well as the django girls tutorial [1]. Doing this will answer most of the question you might have on django.

[0] https://docs.djangoproject.com/en/1.9/intro/
[1] thttp://tutorial.djangogirls.org/en/django_start_project/

On 7 Apr 2016 5:28 p.m., "srinivas tummalapalli" <sriniv...@gmail.com> wrote:
Hi santosh,i installed oracle VM virtual box and linux mint,  can send the installation steps for django and virtualenv setup.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a4e14400-a7e6-47c1-b7e6-0d8edd92b626%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages