When trying to run Python 3.7 on Windows 10 with Git Bash I get the following error:
$ python --version
bash: /c/Users/Name/AppData/Local/Microsoft/WindowsApps/python: Permission denied
What to do?
Edit: I solved (or rather circumvented) this by installing python using scoop and using cmder instead of Git Bash.