install python paver to ubuntu

2.9k Views Asked by At

I am trying to install paver to ubuntu (12.04) with this command

sudo apt-get install python-paver

I got this error message

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package python-paver

How do I install paver in ubuntu then?

2

There are 2 best solutions below

0
On BEST ANSWER

From the documentation:

To install using pip,:

$ pip install -U Paver

To install using easy_install:

$ easy_install -U Paver
0
On

I just uploaded a new Debian package to my Launchpad PPA for Ubuntu precise, quantal, raring, saucy, and trusty. I also just uploaded it to the official Debian repos, so it should become part of the official Debian and Ubuntu repos again.