Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip --download-cache
#2
As of pip 8 --download-cache was dropped, pip should be using cache by default that can be turned off with --no-cache-dir.
λ pip -V
pip 9.0.1 ...

λ pip --help | grep cache
  --cache-dir <dir>           Store the cache data in <dir>.
  --no-cache-dir              Disable the cache.
Doc
Reply


Messages In This Thread
pip --download-cache - by Skaperen - Feb-05-2017, 02:00 AM
RE: pip --download-cache - by snippsat - Feb-05-2017, 03:24 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020