5
2
I want to learn Python using my Mac.
Now I want to setup a Python version >= 3.1.3, because my materials for learning are using this version.
Typing python
into terminal results version 2.6.1, using the dmg installer on python.org doesn't have an effect on the python version in terminal, but it's bundled with an own shell under Applications/Python 3.1/Idle.app
Should I use this shell for learing or is there a better way, updating the Python version bundled with Snow Leopard?
I already tried defaults write com.apple.versioner.python Version 3.1.3
or defaults write com.apple.versioner.python Version 3.0
without any result.