The Founder’s Guide:

How to Install the Python Environment for AI and Machine Learning on Mac

The expanded tutorial with concise explanations and screenshots

David Littlefield
Mac O’Clock
Published in
10 min readJan 31, 2021

--

Image by Caleb Rogers

“The condensed version of this article uses copy and paste code to help you get the outcome ASAP ⚡”

Open Terminal:

The Terminal is a program that’s included with macOS that provides users with access to the operating system using a command-line interface. It uses Z shell by default which replaced Bourne Again Shell as the system shell. It can also work with other shells like Korn, Tenex C, and Bourne Again Shell.

  1. Press “Command ⌘ + Spacebar”
  2. Enter “Terminal”
  3. Press “Return”

Open the Home Directory:

The Change Directory (cd) command is used to change the current working directory to the specified directory. It can navigate to absolute and relative paths that start from the root and current working directory, respectively. It can…

--

--

David Littlefield
Mac O’Clock

From: Non-Technical | To: Technical Founder | Writes: To Make It Easier For Everyone | Topics: #Startups #How-To #Coding #AI #Machine Learning #Deep Learning