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?
Asked
Active
Viewed 5.9k times
18
Sergio Ley-Languren
- 183
- 1
- 1
- 5
3 Answers
0
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
- 101
-1
For Windows
Instead of using -
python3 manage.py runserver
Use - (It works!!!)
py manage.py runserver
SABBHA MONDAL
- 1
- 2