I am trying to install Behave in my system for BDD practice in Python. While installing it I am getting below error. I have installed GIT. Please help me out.
Collecting git+https://github.com/behave/behave Cloning https://github.com/behave/behave to c:\users\admin\appdata\local\temp\pip-req-build-_zprf4rz ERROR: Error [WinError 2] The system cannot find the file specified while executing command git version ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?
The error shows that it can't find the command git, and that you might not have it referenced in your PATH. So it is possible that you have it installed, but your system can't find it.
To fix this error, you will need to set the GIT installation directory path to Windows Environment Variables.