diff options
| author | Yaroslav Halchenko <debian@onerussian.com> | 2013-12-17 09:27:37 -0500 |
|---|---|---|
| committer | Yaroslav Halchenko <debian@onerussian.com> | 2013-12-17 09:27:37 -0500 |
| commit | b91d11731bcb1a40a7bef4ef75e4f69994171bd1 (patch) | |
| tree | 797a825034aa5141e98f37766b96d1b2279a3ebf /setuptools/command/easy_install.py | |
| parent | 2ae2dcf1a9b7e0e3a36b10fbc2301a8d0555f701 (diff) | |
| download | python-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-x | setuptools/command/easy_install.py | 2 |
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 |
