search for: pythonxx

Displaying 1 result from an estimated 1 matches for "pythonxx".

Did you mean: python3x
2012 Mar 25
0
[LLVMdev] upgrading Python on http://bb.pgr.jp bots
...good thing. Most Linux distros depend on python deeply. Then, we should use prefixed python. For example, /usr/bin/python26 or /usr/bin/python2.6 . I would be happier if you will propose RFC, after 3.1 released. - Mention minimum required version of python - Specify python name (--with-python=pythonXX) in autoconf - Check and qualify capability of specified python (autoconf and cmake) - Detect available pythons automatically (autoconf and cmake) - Configuring #!shbang. "#!/usr/bin/env python" would be unsuitable then any more due to suffix issue. - Tweaking Python bindings? .....