[PyPy-issue] [issue562] Shebangs do not specify a python version

Aaron DeVore pypy-dev-issue at codespeak.net
Wed Nov 24 10:32:29 CET 2010


New submission from Aaron DeVore <aaron.devore at gmail.com>:

The shebangs on scripts use the generic python executable instead of explicitly
asking for Python 2 via the python2 executable. This is currently an issue on
Arch Linux, which has switched /usr/bin/python to Python 3. I usually attach a
patch, but my find-and-replace tool isn't handling some non-English characters
very well. Basically just replace

#!/usr/bin/env python

with

#!/usr/bin/env python2

----------
effort: ???
messages: 1844
nosy: aaron.devore, pypy-issue
priority: bug
release: ???
status: unread
title: Shebangs do not specify a python version

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue562>
_______________________________________________________



More information about the Pypy-issue mailing list