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
1 changed files with 2 additions and 1 deletions

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.