Can you easy_install from your localhost?

Christian Heimes lists at cheimes.de
Thu Jul 30 05:53:03 EDT 2009


Ronn Ross schrieb:
> I have a package i would like to store locally. If it is stored locally can
> I do something like ' easy_install http://localhost/package ' ? Thanks

You can do:

  easy_install /path/to/package-0.1.tar.gz

or you can put your packages into
/some/directory/simple/packagename/package-0.1.tar.gz and do:

  easy_install -i file:///some/directory packagename

Christian




More information about the Python-list mailing list