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 6.3k times
18
3 Answers
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
SABBHA MONDAL
- 101