Install Python 3.9.7 on Windows, Linux, Mac

Install python on windows, mac, linux; Through this tutorial, i am going to show you how to install Python in Windows, Linux, and Mac systems.

Install Python 3.9.7 on Windows, Linux, Mac

  • Install and Run Python in Mac OS X
  • Install and Run Python in Linux (Ubuntu)
  • Install and Run Python in Windows

1. Install and Run Python in Mac OS X

Follow the steps given below and install Python in your Mac OS X system:

  1. Go to Download https://www.python.org/, python official website and Download Python lastest version. Because you may see different version on python.org.
  2. When Python is fully downloaded, open the package and follow the instructions. You will see the “Installation was successful” message when Python is successfully installed.
  3. After this, download a good text editor in your system. Such as Sublime text editor, visual text editor, pycharm text editor and as you want

2. Install and Run Python in Linux (Ubuntu)

Follow the steps given below and install Python in your Linux (Ubuntu) system:

  1. Go to your command prompt and update dependencies, so use the following command to update dependencies in your system:
  2. apt-get update
  3. After that, Install Python in your system. So use the following command to install python in your linux system:
  4. apt-get install python 3.9
  5. After this, download a good text editor in your system. Such as Sublime text editor, visual text editor, pycharm text editor and as you want

3. Install and Run Python in Windows

Follow the steps given below and install Python in your Windows system:

  1. Go to Download https://www.python.org/, python official website and Download Python lastest version. Because you may see different version on python.org.
  2. Next double-click on the downloaded file and follow the instructions to install it. When it successfully install. You will see the “Installation was successful” message when Python is successfully installed.
  3. After this, download a good text editor in your system. Such as Sublime text editor, visual text editor, pycharm text editor and as you want

Once you have installed Python in your system successfully.

Leave a Comment