Commit a606f1f9 authored by Yaroslav Halchenko's avatar Yaroslav Halchenko

ENH: use #!/usr/bin/env python for the shebang instead of non-working on POSIX...

ENH: use #!/usr/bin/env python for the shebang instead of non-working on POSIX systems plain #!python
parent 9eb9ea1b
#!python
#!/usr/bin/env python
"""Bootstrap setuptools installation
To use setuptools in your package's setup.py, include this
......
#!python
#!/usr/bin/env python
"""
Easy Install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment