No se pudo instalar python3.5-pip

No se pudo instalar python3.5-pip

Estoy intentando instalar pip sobre python3.5 y mi Ubuntu 16.04 no quiere realizarlo. Estoy ejecutando el comando sudo apt-get install python3.5-pipy luego obtengo un resultado 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'

Respuesta1

Según la respuesta en el hilo a continuación, pipya debería estar instalado ya que está usando Python 3.4+

https://stackoverflow.com/questions/6587507/how-to-install-pip-with-python-3

En caso de que no lo tenga instalado, intente ejecutar el siguiente comando

sudo apt-get install python3-pip

información relacionada