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
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
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
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
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
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
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
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
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
9 matches
Mail list logo