I have installed Anaconda on my server.
However, when I setup a cron job to schedule a script, it uses the default python installed on the system.
How do I use the Anaconda version?
This is my current cron job:
01 00 * * * python /home/ubuntu/data_scripts/test.py