From a606f1f9b98810666dea3682e7def0d322988b3b Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 17 Dec 2013 09:27:37 -0500 Subject: ENH: use #!/usr/bin/env python for the shebang instead of non-working on POSIX systems plain #!python --- setuptools/command/easy_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/command') 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 -- cgit v1.2.1