Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 559 Bytes

File metadata and controls

24 lines (18 loc) · 559 Bytes

5. Python & Jupyter

5.1. Installing python

brew install python3

5.2. Installing pip

pip3 install --upgrade --user pip

5.3. Upgrading pip: warning message

Previous command might print a warning message to upgrade your pip version. Something like "You should consider upgrading via...". Use the command that is printed on your terminal. In my case, it is:

usr/local/opt/python@3.9/bin/python3.9 -m pip install --upgrade pip

5.4. Installing jupyter

sudo python3 -m pip install jupyter