1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Clarify which version of pip we're seeing

This commit is contained in:
Pradyun Gedam 2020-10-19 19:47:22 +05:30
parent a88c84dfae
commit 5bfc0259f9
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

@ -94,7 +94,8 @@ with open(pip_init) as f:
# We have this here because readthedocs plays tricks sometimes and there seems
# to be a heisenbug, related to the version of pip discovered. This is here to
# help debug that if someone decides to do that in the future.
print(version)
print("pip version:", version)
print("pip release:", release)
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.