which -a python3

Category: Administration

which -a python3

Show every location of a command

The -a flag lists every match for python3 across PATH, not just the first one. This reveals shadowed installations where one binary hides another. Plain which stops at the first hit, which is the one the shell would actually run.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.