0

I install Jupyter by following https://jupyter.org/install

pip install jupyterlab

jupyter-lab

but when I open the file and try to run

!pip install opencv-python

I get

zsh:1: command not found: pip

Is my installation process wrong?

2
  • try !pip3 install opencv-python
    – Mehmaam
    Commented Aug 30, 2022 at 5:05
  • that works, thanks
    – user19875980
    Commented Aug 30, 2022 at 15:05

0

You must log in to answer this question.