Estou tentando instalar o pip sobre python3.5 e meu Ubuntu 16.04 não deseja executá-lo. Estou executando o comando sudo apt-get install python3.5-pip
e obtenho resultados como:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3.5-pip
E: Couldn't find any package by glob 'python3.5-pip'
E: Couldn't find any package by regex 'python3.5-pip'
Responder1
De acordo com a resposta no tópico abaixo, pip
já deve estar instalado porque você está usando Python 3.4+
https://stackoverflow.com/questions/6587507/how-to-install-pip-with-python-3
Caso você não o tenha instalado, tente executar o comando abaixo
sudo apt-get install python3-pip