Merge pull request #101 from AxTheB/devel

Change shebang to run correct python in virtualenv
master
Gina Häußge 2013-04-15 15:06:09 -07:00
commit b74d9d19ce
1 changed files with 1 additions and 1 deletions

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