[Tutor] using easy_install to download eggs
Tim Michelsen
timmichelsen at gmx-topmail.de
Mon Oct 5 14:28:50 CEST 2009
Hi,
thanks for the hint.
> pip (http://pypi.python.org/pypi/pip/) is a drop-in replacement for the
> easy_install tool and can do that.
>
> Just run easy_install pip and set an environment variable
> PIP_DOWNLOAD_CACHE to the path you want pip to store the files. Note
> that the cache won't work with dependencies that checkout from a source
> code repository (like svn/git/hg/bzr).
I tried this.
It saves the downloaded packages in a form of:
http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FB%2FBareNecessities%
2FBareNecessities-0.2.2.tar.gz.content-type
http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FB%2FBareNecessities%
2FBareNecessities-0.2.2.tar.gz
I was looking for *.egs or *.exe pachages.
Any ideas?
Regards,
Timmie
More information about the Tutor
mailing list