I download python 3.2 on OS X and I installed it on my hard drive. But the problem is that when I go to the terminal, I type python ... It still shows the old version as follows:
Python 2.6.1 (r261: 67515, June 24, 2010 9:47:49 p.m.) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Enter "help", "copyright", "credits" or "license "for more information.
Then I go to the folder under the python, I find a file like this:
Update Profile.command Shell
So, I run it, it shows something like this
/Applications/Python\ 3.2/Update\ Shell\ Profile.command ; exit; Users-MacBook:~ User$ /Applications/Python\ 3.2/Update\ Shell\ Profile.command ; exit; This script will update your shell profile when the 'bin' directory of python is not early enough of the PATH of your shell. These changes will be effective only in shell windows that you open after running this script. All right, you're a python lover already logout [Process compleUser]
But I still can not get python 3.2 in my terminal. Did I do something wrong? Thank you
DNB5brims
source share