python environment variables in windows 11 2025
python --version
Step 4: Disable Microsoft Store Shortcut (IMPORTANT)
Sometimes, the Microsoft Store Python alias conflicts with the proper installation:
- Go to Settings > Apps > App Execution Aliases.
- Turn off any toggles related to
python.exe
orpython3.exe
.
just open setting and search App Execution Aliases
also in path you need to set
C:\Users\simra\AppData\Local\Programs\Python\Python311\Scripts
C:\Users\simra\AppData\Local\Programs\Python\Python311\
Comments
Post a Comment