I would like to use pip. Here I go:

$ python -m ensurepip --default-pip
Looking in links: /tmp/tmpd7_yb3oj
Requirement already satisfied: setuptools in /usr/local/lib/python3.8/site-packages (41.2.0)
Requirement already satisfied: pip in /usr/local/lib/python3.8/site-packages (19.2.3)

$ pip --version
-bash: pip: command not found

what did i miss?

1

There are 1 best solutions below

0
On

You can also use /usr/local/lib/pip3 install . Generally accessible pip3 is stored at /usr/bin/pip3 and same is with python3 at /usr/bin/python3.