This commit is contained in:
Tom Freudenheim 2018-05-16 18:15:22 -04:00
parent 631c080cc8
commit 724989baa7
1 changed files with 8 additions and 0 deletions

8
news/3905.bugfix Normal file
View File

@ -0,0 +1,8 @@
Changed rules on where pip version lock file selfcheck.json is stored.
Previously, the lock file was either stored at ``USER_CACHE``/selfcheck.json,
or for vitual enviorments it is stored at ``sys.prefix``\pip-selfcheck.json
Now regardless of whether the user is in a virtual environment, the lock file
is stored either in selfcheck.json in the path specified in cache-dir in
pip.conf, or if none is specified it is stored at``USER_CACHE``/selfcheck.json