Where Is Python Installed May 2026

type -a python3 or from within Python:

which python3 or

(Get-Command python).Source

# macOS/Linux ls -l $(which python3) # follow one level realpath $(which python3) # fully resolved path Example output: where is python installed