Não foi possível instalar python3.5-pip

Não foi possível instalar python3.5-pip

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-pipe 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, pipjá 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

informação relacionada