18

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?

3 Answers3

20

Try the command PY instead of Python # Invoking The Interpreter (python.org)

vssher
  • 928
1

I got fed up with all the permission issues of Microsoft Store's Python app, so I just uninstalled it and downloaded Python straight from python.org. After that, everything was smooth sailing in Git Bash.

brandav
  • 111
-1

For Windows

Instead of using -

python3 manage.py runserver

Use - (It works!!!)

py manage.py runserver