in Lion, have installed python 3.2.2 from python.org. It comes with a terminal command that is supposed to move this version of python earlier by updating my shell profile. When i run it, and then check my default python in Terminal, it still says 2.7.2 which is the Apple supplied one.
Do I need to run the command with sudo to get it to change the default python to 3.2.2?
I’ve also tried the VERSIONER method but it doesn’t work.
For Python 3 interpreters, you must enter
python3notpython.For more background on the current recommendation that
pythonrefer to a version of Python 2 andpython3refer to a version of Python 3, see the draft PEP 394 – The “python” Command on Unix-Like Systems.