Series: Artificial Intelligence

Install the Fastai Course Requirements on Mac

An expanded guide with definitions of terms and commands

David Littlefield
Mac O’Clock
Published in
11 min readMar 8, 2021

--

This article is an expanded guide that’s meant to help you learn what’s happening throughout the chapter. It provides definitions of terms, commands, and code that are used in the article. It also includes underlined text which has links to additional definitions in the glossary of the article.

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 shell like Korn, Tenex C, and Bourne Again Shell.

  1. Press “Command ⌘ + Spacebar”
  2. Enter “Terminal” into the search bar
  3. Press “Return”

Open the Desktop Directory:

The Change Directory (cd) command is used to change the current working directory to the specified directory. 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