Tagged Questions
1
vote
3answers
409 views
How to determine which executable on my path will be run?
I run which and get the following,
brendan$ which python
/opt/local/bin/python
brendan$ which -a python
/opt/local/bin/python
/usr/bin/python
brendan$ ls -l /opt/local/bin/python
lrwxr-xr-x ...