My sickbeard service is having troubles starting up. Im guessing it's a Python thing? If I run
If I go to the folder /usr/local/sickbeard/ and try to do
However, if I run
Running
Is there a way to default my system to use Python 2.7, or force Sickbeard to use python2.7?
python
I get
Code:
Command not found.
If I go to the folder /usr/local/sickbeard/ and try to do
python sickbeark.py
it will not startHowever, if I run
python2.7 sickbeard.py
it seems starts up fine.Running
python2.7
Code:
Python 2.7.5 (default, Aug 26 2013, 20:02:04)
[GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9
Type "help", "copyright", "credits" or "license" for more information.
>>>
Is there a way to default my system to use Python 2.7, or force Sickbeard to use python2.7?