Trying to get pip working on my Ubuntu pc. pip seems to be working for python2.7, but not for others.
Here\'s the problem:
$ pip Traceback (most recent c
This worked on my Ubuntu 19.04:
sudo apt install python3-pip
Then pip3 or python3 -m pip to install python packages.
pip3
python3 -m pip