Milk_Shaykh
Milk_Shaykh

Reputation: 604

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?

Upvotes: 15

Views: 4217

Answers (1)

thebjorn
thebjorn

Reputation: 27351

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

Upvotes: 14

Related Questions