I\'m running a python script through a cronjob. I have a virtual environment and in the cronjob I\'m running it through this virtual environment. When I run the script norma
As phantom is probably installed in /usr/local/bin, you should add that dir to PATH in your crontab. The following should do the trick:
/usr/local/bin
PATH
SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin