Blomblomski
Blomblomski

Reputation: 21

Windows thinks my Python path is from the app store

Windows 10 thinks my Python path is:

C:\Users\{user}\AppData\Local\Microsoft\WindowsApps\python.exe

Even if I install it from the store, this path does not allow me permission in bash.

When it is:

C:\Users\{user}\AppData\Local\Programs\Python\Python37

How do I change this? I have set the path in system environment but Windows!

Upvotes: 1

Views: 934

Answers (2)

Chami Mohammed
Chami Mohammed

Reputation: 644

Fixed it by removing it automatically on the settings page, Under Apps and Features, there are application execution aliases.

enter image description here

Upvotes: 1

Blomblomski
Blomblomski

Reputation: 21

Okay so by turning the App installer off in App execution aliases. It has fixed the access denied problem

App Execution Aliases

Upvotes: 1

Related Questions