Simple and clean solution: zsh: command not found: jupyter

Xavier
1 min readFeb 3, 2020

--

Command “jupyter notebook” doesn’t work in my Mac terminal, returned error message “zsh: command not found: jupyter”. After some Google searches, here is the solution and it’s so simple:

  1. Find your Anaconda path, mine is:
/Users/myusername/opt/anaconda3/bin

2. In the above folder, you can find a Unix executable file named conda, then just run:

./conda init zsh

3. Reboot the terminal, and it will work.

**Note: In step 2, some answers suggest to run “conda init zsh”, but for me it returned “zsh: command not found: conda”.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Responses (3)

Write a response