# Pastebin 9msdK1nz hey all, quick question. on my seedbox i dont have root access. im trying to run a python script via cron and it works but fails the filebot portion in the script (using Popen) because cron seems to be using the wrong java. Cron : lrwxrwxrwx 1 root root 22 Mar 19 2013 /usr/bin/java -> /etc/alternatives/java normal Shell :-rwx------ 1 saitoh183 saitoh183 7734 Oct 7 2015 /media/sdu1/home/saitoh183/bin/java What is the best way to solve this? Im still new to linux and how to manipulate env values...its simple in windows but in nix you can set it in so many places it seems