How to set up Python Environment in macOS

By default, macOS ships with a version of Python installed. But it's Python 2, not Python 3. To check if Python 3 is installed run python3 --version command in the Terminal.
Now let's see how to install python on macOS.
Mac Os Logo Png White, Transparent Png - kindpng
  • Navigate to the Official Python page.
  • Click the Downloads menu. Since we're running this on a macOS computer, the website will automatically offer a link to install Python 3 for macOS. 
  • Once the file is downloaded, execute it, go through the license in Terms of Use pages, and finally install it. Depending on how your machine is setup, you might need to enter your password to perform the actual installation using administrator rights.
Also check out

Comments

Popular posts from this blog

How to generate QR code with Python?

How to install Python modules?