I'm trying to install python-pip
using apt-get
on ubuntu 15.04, but I get an error saying it's not found.
ubuntu@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 15.04
Release: 15.04
Codename: vivid
ubuntu@ubuntu:~$ sudo apt-get install python-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-pip
ubuntu@ubuntu:~$
According to launchpad it should exist.
https://launchpad.net/ubuntu/vivid/+source/python-pip
My /etc/apt/sources.list
looks like
ubuntu@ubuntu:~$ sudo cat /etc/apt/sources.list
deb cdrom:[Ubuntu 15.04 _Vivid Vervet_ - Release amd64 (20150422)]/ vivid main restricted
deb http://archive.ubuntu.com/ubuntu/ vivid main restricted
deb http://security.ubuntu.com/ubuntu/ vivid-security main restricted
deb http://archive.ubuntu.com/ubuntu/ vivid-updates main restricted
Any ideas?
sudo apt-get update
and then try again.. – heemayl May 29 '15 at 08:19sources.list
? – heemayl May 29 '15 at 08:25