Skip to content

Commit

Permalink
setup.py: Use python from $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Dec 2, 2012
1 parent 2c4c55c commit ad8f1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

from setuptools import setup
from distutils.extension import Extension
Expand Down

0 comments on commit ad8f1f1

Please sign in to comment.