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?
2 Answers
Try the command PY instead of Python # Invoking The Interpreter (python.org)
0For Windows
Instead of using -
python3 manage.py runserver
Use - (It works!!!)
py manage.py runserver