Install Python 3 Terminal
Go to: Na-Rae Han's home pageInstall Python 3 Terminal
Go to: Na-Rae Han's home pagePython 3 Mac Terminal
Python 3 Notes[ HOME | LING 1330/2330 ] | Installing Python 3 on a Mac<< Previous Note Next Note >> |
Steps
Should I Re-install?If you already have a working version of Python on your laptop, you might be wondering if it is OK to keep it or you should re-install. The run-down:
|
Python 2 vs Python 3. Python 2 is still on your system even though you've installed Python 3. In order to send commands to Python 3, you will need to enter python3 in the terminal. If you enter python, the command will be sent to Python 2. Assuming you've now installed Python 3, you can check it by running the following command in Terminal. Using Mac Finder Manager, navigate to your Downloads directory, and double-click on the python-3.6.5-macosx10.6.pkg file to install Python, Tkinter, and IDLE. Use the default options. (It's OK to delete the python-3.6.5-macosx10.6.pkg file after the installation is complete.) Open a Terminal window. If you use older versions of the Mac operating system but downloaded a new version of Python 3 from its official website, then you should be careful when trying to uninstall the program. Never modify or delete files related to the pre-installed Python by Apple. Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you are invited to install the most recent version of Python 3 from the Python website (A current 'universal binary' build of Python, which runs natively on the Mac's new Intel and legacy PPC CPU's, is available there. Download PythonTerminal for free. Integrating Python with Windows and Linux; in a Terminal fashion. PythonTerminal is a utility for Windows and Linux which allows the user to carry out functions on their computer by typing commands, which are interpreted into Python.