I just can't figure out how to get pip3
working on Ubuntu Server.
I've done:
sudo apt-get update
sudo apt-get upgrade
When running sudo python3 --version
the output is 3.6.6
.
I've tried the following:
sudo apt-get install python3-pip
and python3-pip3
, python-pip3
, i've tried installing python3-setuptools
and they appear to be installed but easy_install
is not recognised as a command.
I think i've literally tried all options and the error unable to locate package python3-pip
pops every time.