How do I find what shebang line to use for my anaconda python distribution on Ubuntu 18.04.
I have tried:
/usr/brb/bin/anaconda/python
from Python shebang line
/usr/bin/python
from Unable to Run Python Script In Cron, but this gives me the native python which does not have all the packages that I have installed
/Users/brb/anaconda/bin/python
from http://www.jessicayung.com/automate-running-a-script-using-crontab/
I have also tried /users/brb/anaconda/bin/python
and /usr/brb/anaconda/bin/python
thinking the above may be a typo.
I am new to Linux/Ubuntu and someone else set up anaconda on my machine - he knows what he is doing so would have put it in a logical place, but I am not 100% sure where it is located or how to find it.