On Sun, Oct 23, 2011 at 9:18 AM, Kaushal Shriyan <[email protected]> wrote:
> kaushal@kaushal-laptop:~$ python -V > Python 2.7.1+ > kaushal@kaushal-laptop:~$ sudo easy_install http://pip.openplans.org > Downloading http://pip.openplans.org You appear to be installing pip's *website*, not pip itself. You want: sudo easy_install pip Easy_install (and pip itself, once you have it installed) take package names as their arguments, for the most part, not URLs. The documentation on pip.openplans.org should have examples ;) -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
