As the title implies, when I am trying to where python
from PowerShell it returns nothing. No errors or something... it just goes to a new line (as if I pressed "Enter")
On the other hand, CMD Prompt successfully returns the following:
C:\Users\User>where python
C:\Users\User\AppData\Local\Programs\Python\Python38\python.exe
C:\Users\user\AppData\Local\Microsoft\WindowsApps\python.exe
python --version
successfully returns the version in both pwsh and cmd. Can someone figure how to fix where
in powershell ?