Hi,
I recently done a fresh install of FreeBSD 10.0 on a new virtual machine. I installed python27 via
	
		
 which installed fine without any errors.
When I try to run
	
		
.  
When I run
	
	
	
		
I think I need to get this part to work as sickbeard will not run when trying to start the service. Running it with
	
		
 works just fine as it should.
				
			I recently done a fresh install of FreeBSD 10.0 on a new virtual machine. I installed python27 via
		Code:
	
	pkg install
	When I try to run
 python I get an error 
	
	
		Code:
	
	python: Command not found
	When I run
 python2.7
		Code:
	
	python2.7
Python 2.7.6 (default, Apr 12 2014, 02:49:52)
[GCC 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502)] on freebsd10
Type "help", "copyright", "credits" or "license" for more information.
	I think I need to get this part to work as sickbeard will not run when trying to start the service. Running it with
		Code:
	
	/usr/local/sickbeard # python2.7 SickBeard.py