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:
parent
a88c84dfae
commit
5bfc0259f9
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ with open(pip_init) as f:
|
||||||
# We have this here because readthedocs plays tricks sometimes and there seems
|
# 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
|
# 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.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
Loading…
Reference in a new issue