Python dev on clean os x mavericks

Soldato
Joined
16 Feb 2004
Posts
4,963
Location
London
Hi,

What's the best way to get coding python on a clean os x mavericks install?

Mavericks installs 2.7.5 by default but I think it will be missing idle & tkinter. The version I need is 2.7.5 for playing around with appEngine and python on Azure. Guides say to just install a new version of python which will install everything needed and leave the apple 2.7.5 alone but I'd be installing the same version again, will this be an issue?
 
Hi - would highly recommend MacPorts - very simple install/uninstall process and provides a wealth of different packages. Use it with each clean install to get Pylab and more

port list | grep py27
 
cheers guys, I've gone with the brew installer but had to tidy up my path and install as I'd already done a couple of bits.

Rich43, just mucking around really. I'm a .net programmer so just dabbling with other stuff and wanting something to play with in os x.
 
Back
Top Bottom