I downloaded a package installer for Python 2.6.1, but when I use the python command in terminal (bash) Apple’s shipped 2.3.5 version loads up. How can I get 2.6.1 to load up instead?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am running Leopard, 10.5.5. The python binary,
/usr/bin/python, is merely a symlink to the actual binary in the version specific Python folder. For example:And a look inside that
/Versionsfolder reveals this:With the help of the
lncommand to create symlinks, you will be able to set thepythonin your path to point to the version of python you want to use.