Change shebang to run correct python in virtualenv

This commit is contained in:
Václav 'Ax' Hůla 2013-04-15 13:38:35 +02:00
parent b9d467d23f
commit 028751c193

2
run
View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys
from octoprint.daemon import Daemon
from octoprint.server import Server