I installed Django successfully. If ever caught in the same situation, try
using the "sudo" command :-)
Thanks!
On Fri, Aug 2, 2013 at 8:31 PM, Nikolas Stevenson-Molnar <
nik.mol...@consbio.org> wrote:
> Right: wget isn't necessary when you have a GUI. However, chances are
> you'll need gcc for
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
I install it on my Mac running 10.8.4 using pip on a pretty regular basis
for starting new projects and testing things. I use postgres from
homebrew, virtualenv and virtualenvwrapper installed as system packages,
then install django as needed into virtualenvs using pip.
On Friday, August 2, 20
On 8/2/13 7:41 AM, Sithembewena Lloyd Dube 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 t
You can get the C compiler using this:
https://github.com/kennethreitz/osx-gcc-installer
No need to install XCode.
Josh Finnie
--
mobile: (860) 716-5996
home: (202) 657-5346
On Fri, Aug 2, 2013 at 10:50 AM, Larry Martell wrote:
> On Fri, Aug 2, 2013 at 8:41 AM
On Fri, Aug 2, 2013 at 8:41 AM, Sithembewena Lloyd Dube
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,
Use curl instead, it is included by default in Mac OS X:
macpro: ~ > which curl
/usr/bin/curl
François
On Aug 2, 2013, at 10:41 AM, Sithembewena Lloyd Dube 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 inst
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 wi
8 matches
Mail list logo