Right: wget isn't necessary when you have a GUI. However, chances are
you'll need gcc for something eventually (e.g., any package that isn't
pure Python), so it's probably worth installing XCode /w command line
tools package (incl. gcc) anyway. I agree it's a hassle to install
everything else when all you want is gcc. It's possible you could get
gcc on it's own:
http://osxdaily.com/2012/07/06/install-gcc-without-xcode-in-mac-os-x/
... not sure if it applies to 10.8.

_Nik

On 8/2/2013 7:50 AM, Larry Martell wrote:
> On Fri, Aug 2, 2013 at 8:41 AM, Sithembewena Lloyd Dube
> <zebr...@gmail.com> wrote:
>> Hi everyone,
>>
>> I just began using a new Mac at work (running OSX 10.8.2 Mountain Lion) and
>> it seems such a mission to install Django. Python 2.7.2. is already
>> installed. Following the official Django installation instructions, I get no
>> further than trying to get wget-> which I will ned to compile with a C
>> Compiler -> which I can get by downloading 1+ gigs of xCode. Really?
>>
>> Could somebody please point out a safe and straight-forward way to install
>> Django on Mountain Lion?
> For me it was as simple as:
>
> download from https://www.djangoproject.com/download/1.5/tarball/
> tar xzvf Django-1.5.tar.gz
> cd Django-1.5
> sudo python setup.py install
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to