changed magic line from python->python2

Since python is sometimes (and for me on arch linux) a symlink to the
python3 utils, you should be more explicit with that.
This commit is contained in:
Marcel Hellwig 2015-09-17 18:04:14 +02:00
parent 9efa14058d
commit e46e7b3ee2
3 changed files with 4 additions and 3 deletions

2
run
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import os
import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding=utf-8
from setuptools import setup, find_packages

View file

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