1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/news/4461.bugfix
AraHaan 0d513acd0f Inform users when vcs's are not in the path. (#4461)
Inform users when the vcs command is not in the path.

This provides extra information when someone who tries to use git with pip but can't because git is not in the path environment variable.
2017-05-03 08:46:36 +01:00

5 lines
212 B
Plaintext

This fixes an issue where when someone who tries to use git
with pip but pip can't because git is not in the path
environment variable. This clarifies the error given to
suggest to the user what might be wrong.