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.
- 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
Post a Comment