Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pip-selfcheck.json with virtualenv

I am using virtualenv in my python project and I noticed a file called pip-selfcheck.json

What is the purpose of this file? Can I delete it from my project?

like image 718
Milk_Shaykh Avatar asked Aug 14 '17 05:08

Milk_Shaykh


1 Answers

When it's there, pip will check that you have the latest version of pip. You can remove it.

like image 140
thebjorn Avatar answered Oct 31 '22 11:10

thebjorn