I installed Python 3 to learn Python and quickly realized that django isn't compatible with Python 3.
How do I uninstall Python 3 on my Mac so that I can install a different version?
|
I installed Python 3 to learn Python and quickly realized that django isn't compatible with Python 3. How do I uninstall Python 3 on my Mac so that I can install a different version? | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
See this answer and substitute | |||
|
feedback
|
|
This is not a programming question. You uninstall it just as you uninstall any other software on a mac! You have a couple of options
Different versions of Next time, remember that such questions are better asked on http://apple.stackexchange.com/ | |||||
feedback
|
|
How did you install it? If you used an installer, then follow yoda's wise advice. Open a terminal and remove the directory | |||||
feedback
|
sudo pythonselect 2.7to switch between Python versions. – Sridhar Ratnakumar May 1 '11 at 20:20