How to fix "Permission Denied" in Git Bash in Windows 10?
Whenever I tried to run this command: python get-pip.py
, git bash gave me this response: bash: /c/Users/Sergio Ley/AppData/Local/Microsoft/WindowsApps/python: Permission denied
. I don't know how to fix this and have tried to search this up with no avail. Could anyone tell me how to fix this problem?
Solution 1:
Try the command PY instead of Python # Invoking The Interpreter (python.org)