Command
which
Explanation
which shows the full path of shell commands by searching PATH.
Examples
Find Python location
which python
Show all matches in PATH
which -a python
which
which shows the full path of shell commands by searching PATH.
Find Python location
which python
Show all matches in PATH
which -a python