summaryrefslogtreecommitdiff
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2013-12-17 09:27:37 -0500
committerYaroslav Halchenko <debian@onerussian.com>2013-12-17 09:27:37 -0500
commitb91d11731bcb1a40a7bef4ef75e4f69994171bd1 (patch)
tree797a825034aa5141e98f37766b96d1b2279a3ebf /setuptools/command/easy_install.py
parent2ae2dcf1a9b7e0e3a36b10fbc2301a8d0555f701 (diff)
downloadpython-setuptools-bitbucket-b91d11731bcb1a40a7bef4ef75e4f69994171bd1.tar.gz
ENH: use #!/usr/bin/env python for the shebang instead of non-working on POSIX systems plain #!python
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index 9775bffc..08ebf3e5 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -1,4 +1,4 @@
-#!python
+#!/usr/bin/env python
"""
Easy Install