Time to Make the Switch
Upgrade your MacOS default from Python 2 to Python 3 2020 is now in full swing and it’s time to switch your default python if you haven’t done so already. Maintenance of Python 2.7 has stopped as of January 1st. This means that your current version of python is now legacy code! While keeping a version of Python 2 on your system may still be handy for older scripts, now is the time to update your system. In this briefing, we will download Python 3, make it the default and store Python 2 as an alias. Now to begin, let's explore our current Python environment. To find where our default Python is located on the system, simply type: which python This will show you the path of the default Python. This may be informative if you have a default Python outside the /usr/local/bin system as I do. My default Python is a part of an Anaconda distribution. To see how to change the default Python in an Anaconda distribution, scroll down a bit past the default methods. Default MacOS System T