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 
> version 2.7.2? 
>

I personally wouldn't bother messing with the default python for such a 
minor update on your local dev machine. Your steps should be:

sudo easy_install pip
sudo pip install virtualenvwrapper
  [Follow its post-setup instructions, then]
mkvirtualenv yoursite
workon yoursite
pip install django


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/0wEzywC490MJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to