Re: Getting Started with Mac OS X

2013-07-14 Thread Thomas Lockhart
On 7/14/13 1:26 PM, Mando wrote: Hi, This is the way I have it set up my osx $ sudo pip install virtualenv $ virtualenv --distribute pytho_projects $ source python_projects/bin/activate $ (python projects) pip install django $ django-admin.py startproject myblog and that should get you past t

Re: Getting Started with Mac OS X

2013-07-14 Thread Mando
Hi, This is the way I have it set up my osx $ sudo pip install virtualenv $ virtualenv --distribute pytho_projects $ source python_projects/bin/activate $ (python projects) pip install django $ django-admin.py startproject myblog and that should get you past that. using virtualenv just makes it

Re: Getting Started with Mac OS X

2013-07-13 Thread Kayode Alayode
Yea I think they wanted you to add this "*django-admin.py startproject mysite*" at the cd commandpromopt I am stuck here as well and don't really know how to proceed as well. On Monday, February 27, 2012 7:36:21 PM UTC-5, JChlipala wrote: > > Hello, > > I am a Django beginner, and am trying t

Re: Getting Started with Mac OS X

2012-03-07 Thread Clark Corey
I am typing mine into a shell promptI posted the thread, but I don't know that it has posted yet...here it is: After installing Django I am attempting to start a new project. After creating a directory for this, I tried using the command: "django- admin.py startproject mysite". but I'm getti

Re: Getting Started with Mac OS X

2012-03-07 Thread Tom Evans
On Wed, Mar 7, 2012 at 2:43 PM, Clark wrote: > I am having a similar issue, so I tried the $ pip uninstall django, > but I got a "IOError: [Errno 13] Permission denied" > > Advice? > > Thanks. > You should have started a new thread for your new error. The error here was that the new user was typi

Re: Getting Started with Mac OS X

2012-03-07 Thread Clark
I am having a similar issue, so I tried the $ pip uninstall django, but I got a "IOError: [Errno 13] Permission denied" Advice? Thanks. On Feb 28, 2:08 am, Praveen Rachabattuni wrote: > Hi, > > I am using on Mac OS X Lion and its working pretty well. > Seems there is something wrong with your d

Re: Getting Started with Mac OS X

2012-02-28 Thread Tom Evans
On Tue, Feb 28, 2012 at 12:36 AM, JChlipala wrote: > Hello, > > I am a Django beginner, and am trying to get Django set up in Mac OS > X.  I am going through the tutorial, but getting stuck very early > (essentially at the beginning).  I have installed Python and Django. > The next instruction is

Re: Getting Started with Mac OS X

2012-02-28 Thread Praveen Rachabattuni
Hi, I am using on Mac OS X Lion and its working pretty well. Seems there is something wrong with your django installation, try reinstalling $ pip uninstall django $ pip install django Hope that helps. Regards, Praveen R On Tuesday, 28 February 2012 06:06:21 UTC+5:30, JChlipala wrote: > > Hel

Re: Getting Started with Mac OS X

2012-02-27 Thread Babatunde Akinyanmi
I've never used mac OS but try: python django-admin.py startproject mysite On 2/28/12, JChlipala wrote: > Hello, > > I am a Django beginner, and am trying to get Django set up in Mac OS > X. I am going through the tutorial, but getting stuck very early > (essentially at the beginning). I have i