Where Is Python Installed May 2026

where python3

To trace the real location:

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

which python3 or to see all instances: