How to make pip available to git bash command line on Windows?
Try adding C:/path/to/python/Scripts/
to PATH
There should be a pip.exe there!
in your Anaconda directory there is a pip file in the direcctory Scripts.
add this path : C:\Users#yourname\Anaconda3\Scripts
i did the same and it was successful !! (when i wrote pip in git bash it worked)