where python3
Get-ChildItem -Path C:\ -Filter python.exe -Recurse -ErrorAction SilentlyContinue
type -a python3 or from within Python:
which python3 or to see all instances:
To trace the real location:
which python3 or
Now you know exactly where Python lives on your machine, how to find it, and why it matters. Bookmark this guide for the next time you need to locate a wayward Python installation.
where python3
Get-ChildItem -Path C:\ -Filter python.exe -Recurse -ErrorAction SilentlyContinue
type -a python3 or from within Python:
which python3 or to see all instances:
To trace the real location:
which python3 or
Now you know exactly where Python lives on your machine, how to find it, and why it matters. Bookmark this guide for the next time you need to locate a wayward Python installation.
Social Links header