This is my first time using GitBash. Faced a problem when GitBash couldn't find my python:
$ python --version bash: python: command not found
Then I tried to fix it with:
export PATH='$PATH:/c/Users/usr/anaconda3'
After that python commands started to work but some other were lost: $ ls bash: ls: command not found
Found one simmilar case but didn't quite understand what I have to do Windows 10, Git Bash - bash: git: command not found