Re: installation steps for django and virtualenv setup.

2016-05-13 Thread ludovic coues
rg/en/django_start_project/ On 7 Apr 2016 5:28 p.m., "srinivas tummalapalli" 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

Re: installation steps for django and virtualenv setup.

2016-05-12 Thread Sean McKinley
Download Python of choice. Pip install virtualenv. Pip install Django. Use google. On Thursday, April 7, 2016 at 8:28:53 AM UTC-7, srinivas tummalapalli wrote: > > Hi santosh,i installed oracle VM virtual box and linux mint, can send the > installation steps for django and virtual

installation steps for django and virtualenv setup.

2016-04-07 Thread srinivas tummalapalli
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 emai

Re: Problem after Virtualenv Setup

2015-04-02 Thread Kishan Mehta
Hey thanks Carl. On Apr 2, 2015 9:14 PM, "Carl Meyer" wrote: > Hi Kishan, > > On 04/02/2015 09:41 AM, Kishan Mehta wrote: > > I have created my django project and worked on it . Recently I came to > > know about virtualenv and the problem it solves. > > I have installed virtualenv and activated t

Re: Problem after Virtualenv Setup

2015-04-02 Thread Carl Meyer
Hi Kishan, On 04/02/2015 09:41 AM, Kishan Mehta wrote: > I have created my django project and worked on it . Recently I came to > know about virtualenv and the problem it solves. > I have installed virtualenv and activated that environment. > Now django command is not recognized. > * Will I have t

Problem after Virtualenv Setup

2015-04-02 Thread Kishan Mehta
Hi Friends, I have created my django project and worked on it . Recently I came to know about virtualenv and the problem it solves. I have installed virtualenv and activated that environment. Now django command is not recognized. * Will I have to install django again ? Or is there any other effic

Re: virtualenv setup

2013-01-09 Thread Tom Evans
On Sat, Dec 29, 2012 at 10:01 PM, Phil wrote: > Is it because at the top of my "manage.py" it is pointing to my system wide > python(#!/usr/bin/env python) instead of my virtualenv one? If so how do I > fix this? I tried changing the path at the top of the manage.py file but > didn't seem to do an

Re: virtualenv setup

2013-01-04 Thread Vibhu Rishi
env source? >>> $ source bin/activate (?) >>> >>> Anyway, I'd try to install django via pip once you I have my virtualenv >>> created and activated. >>> >>> Cheers >>> >>> On Sat, Dec 29, 2012 at 7:01 PM, Phil wrote: >>

Re: virtualenv setup

2012-12-29 Thread Sam Lai
ce bin/activate (?) >> >> Anyway, I'd try to install django via pip once you I have my virtualenv >> created and activated. >> >> Cheers >> >> On Sat, Dec 29, 2012 at 7:01 PM, Phil wrote: >> >>> Hi, >>> >>> I have python/djan

Re: virtualenv setup

2012-12-29 Thread Phil
> Hi, >> >> I have python/django working system wide. But am currently looking into >> using Heroku for a new project so am trying to get virtualenv setup for the >> first time. When I run "django-admin.py startproject whatever" it creates >> the project ok

Re: virtualenv setup

2012-12-29 Thread Victor Manuel QuiƱones Victor
django working system wide. But am currently looking into > using Heroku for a new project so am trying to get virtualenv setup for the > first time. When I run "django-admin.py startproject whatever" it creates > the project ok, but then when I run "python manage.py runserver

virtualenv setup

2012-12-29 Thread Phil
Hi, I have python/django working system wide. But am currently looking into using Heroku for a new project so am trying to get virtualenv setup for the first time. When I run "django-admin.py startproject whatever" it creates the project ok, but then when I run "python manage.py