HOWTO: change the default Python version on OSX
Open a terminal and type
$ defaults write com.apple.versioner.python Version 2.X
X could be: 5, 6, 7
Open a terminal and type
$ defaults write com.apple.versioner.python Version 2.X
X could be: 5, 6, 7
Comments