Skip to content

Commit e46e7b3

Browse files
author
Marcel Hellwig
committed
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.
1 parent 9efa140 commit e46e7b3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
import os
44
import sys

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# coding=utf-8
33

44
from setuptools import setup, find_packages

src/octoprint/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
2+
23
import sys
34
from octoprint.daemon import Daemon
45
from octoprint.server import Server

0 commit comments

Comments
 (0)