Re: Advice on installing Django in a fresh OSX Lion machine

2012-04-10 Thread Paulo
You're right it doesn't. What I meant was, that I installed pip and virtualenvwrapper and THEN followed the tutorial as he advised. But today I uninstalled virtualenv and virtualenvwrapper and following the tutorial [1] instructionsand everything seems to work now. Thanks for helping. [1] -

Re: Advice on installing Django in a fresh OSX Lion machine

2012-04-10 Thread Daniel Roseman
On Tuesday, 10 April 2012 00:00:32 UTC+1, Paulo wrote: > > So I follow your advice and did sudo easy_install pip and sudo pip install > virtualenvwrapper. > Then I instaled homebrew and wget as mentioned in the site. And then I hit > the wall. > When I tried to python setup.py install

Re: Advice on installing Django in a fresh OSX Lion machine

2012-04-09 Thread Paulo
So I follow your advice and did sudo easy_install pip and sudo pip install virtualenvwrapper. Then I instaled homebrew and wget as mentioned in the site. And then I hit the wall. When I tried to python setup.py install --prefix=~/.local the return was a error: Before install bootstrap.

Re: Advice on installing Django in a fresh OSX Lion machine

2012-04-09 Thread Paulo
Thanks for the reply. Segunda-feira, 9 de Abril de 2012 16:23:09 UTC+1, shacker escreveu: > > On Monday, April 9, 2012 5:19:28 AM UTC-7, Paulo wrote: >> >> Im new both to Python and Django and I'm afraid of messing thins up >> before I even start. >> Lion ships with Python 2.7.1 but I see that

Re: Advice on installing Django in a fresh OSX Lion machine

2012-04-09 Thread shacker
On Monday, April 9, 2012 5:19:28 AM UTC-7, Paulo wrote: > > Im new both to Python and Django and I'm afraid of messing thins up > before I even start. > Lion ships with Python 2.7.1 but I see that 2.7.2 is available in the > official site. Should I download .dmg file from the site to update to

Advice on installing Django in a fresh OSX Lion machine

2012-04-09 Thread Paulo
Im new both to Python and Django and I'm afraid of messing thins up before I even start. Lion ships with Python 2.7.1 but I see that 2.7.2 is available in the official site. Should I download .dmg file from the site to update to version 2.7.2? I found this tutorial [1] and I really like the idea