Find Python 3 Executable File with PowerShell on Windows - DevPops-Inc/windows GitHub Wiki

• Press the Windows key, type “powershell” and select “Open.”
image

• Type Get-ChildItem -Path C:\ -Name python3.exe -Recurse -Force and press the Enter key to find the Python 3 executable file.
image

⚠️ **GitHub.com Fallback** ⚠️