I followed a udacity tutorial to download python and I'm having some trouble. I downloaded python and I can see that I have when I type in python --version
in the terminal. It's version 3.8.2. When I type in python3 --version
, I get: /appData/Local/Microsoft/WindowsApps/python3: Permission Denied
.
Why does python --version
work but not python 3 --version
? What permission is denied?