Beginners Guide: Setting A Python Environment on M
  • Introduction
  • Update it, right away!
  • Download, download
  • Python
  • Option 1: Brew it!
    • Using Home-brew
    • Python with Homebrew
  • Option 2: Pyenv it!
    • Install and use multiple Python versions
  • Option 3: Conda it!
  • Run Python
    • Get pip!
    • NumPy-SciPy-Matplotlib
    • Get an IDE
Powered by GitBook
On this page

Option 3: Conda it!

PreviousInstall and use multiple Python versionsNextRun Python

Last updated 7 years ago

A very simple way to quickly get Python and all the other stuff that it needs to work is to get something called

All you need to do is download the package installer for macOS

Install and run it with the basic guide helping you all the way. Anaconda is great because it's so simple and hardly requires any configuration from the user.

After installing Anaconda, dive into the Python world by clicking Anaconda Navigator icon in your Launchpand or you can run the following command in your terminal:

anaconda-navigator

Plus, the distribution comes with a ton of great packages and has a super helpful . So, if you get conda, you can Python in a jiffy. No more hassles.

documentation
Anaconda.
here.