
To check whether python is installed in the macOS system or not, start a terminal and enter the python command in the terminal window of the system, and you will see the system prompt that python2x has been installed successfully.
#DOWNLOAD PYTHON FOR MAC TERMINAL MAC OS X#

The second command will install Python 3.7 The first command above will update the source addresses listed in /etc/apt/sources.list and /etc/apt/ file to get the latest software package.If you think the built-in version of Python 3 in Ubuntu is not newer enough, or you want to install the specified version of Python interactive interpreter, you can execute the following two simple commands.Execute the python3 command to start the python 3 development environment. If the python prompt (>) is also displayed on the above command line, it indicates that the python 3 development environment already exists on the Ubuntu system.

If you want to check whether python3 is installed on the Ubuntu system or not, you can enter python3 in the terminal command line window.If you want to exit the interactive interpreter, you can press the "Ctrl + D" shortcut or run exit() function. The python command start the interactive interpreter of Python.

