I’ve been trying to follow this blog post to get my python version back to the snow leopard default. I have followed the first two steps without a problem but am lost when it comes to 3 and 4. I installed Python 2.6.4 but I assume the instructions are pretty similar. Thanks for your help!
Share
Step 3:
sudo rm /usr/local/bin/pythonStep 4:
ls ~/.bash_profile.pysaveIf the file exists:
rm ~/.bash_profile && mv ~/.bash_profile.pysave ~/.bash_profileYou will probably want to close your shell / Terminal and open a new one at this point. Run Python and see what it tells you.