Change shebang to run correct python in virtualenv
This commit is contained in:
parent
b9d467d23f
commit
028751c193
1 changed files with 1 additions and 1 deletions
2
run
2
run
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
from octoprint.daemon import Daemon
|
||||
from octoprint.server import Server
|
||||
|
|
|
|||
Loading…
Reference in a new issue