Installing python.org will put the python executable in / usr / local / bin. Apple python is located in / usr / bin
To call python python.org, you can use the full path / usr / local / bin / python or change your path to put / usr / local / bin to / usr / bin. You can still call Apple python using the full path / usr / bin / python
Some python installations, for example. Macports provides a tool that provides symbolic links to various python installations and allows you to switch between them.
source share