<div dir="ltr">Minor point, but it looks like the Python community wants "python" to always link to "python2" (though they acknowledge the existence of systems where this isn't the case):<div><a href="https://www.python.org/dev/peps/pep-0394/">https://www.python.org/dev/peps/pep-0394/</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 15, 2014 at 8:36 AM, Dan Liew <span dir="ltr"><<a href="mailto:dan@su-root.co.uk" target="_blank">dan@su-root.co.uk</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> I wish if configurator(s) would detect suffixed python. I am using<br>
> /usr/bin/python3 (or python3.3).<br>
<br>
</span>Could you not just setup a symlink on your builder? On my system<br>
/usr/bin/python is a symlink to python3 but I could easily change it<br>
to point to python2.7<br>
<br>
$ ls -l /usr/bin/python<br>
lrwxrwxrwx 1 root root     7 Oct  8 14:58 /usr/bin/python -> python3<br>
lrwxrwxrwx 1 root root     9 Sep 24 11:40 /usr/bin/python2 -> python2.7<br>
-rwxr-xr-x 1 root root  6240 Sep 24 11:40 /usr/bin/python2.7<br>
-rwxr-xr-x 1 root root  1668 Sep 24 11:40 /usr/bin/python2.7-config<br>
lrwxrwxrwx 1 root root    16 Sep 24 11:40 /usr/bin/python2-config -><br>
python2.7-config<br>
-rwxr-xr-x 1 root root    94 Nov 15 04:27 /usr/bin/python2-pyuic4<br>
lrwxrwxrwx 1 root root     9 Oct  8 14:58 /usr/bin/python3 -> python3.4<br>
-rwxr-xr-x 2 root root 10392 Oct  8 14:58 /usr/bin/python3.4<br>
lrwxrwxrwx 1 root root    17 Oct  8 14:58 /usr/bin/python3.4-config -><br>
python3.4m-config<br>
-rwxr-xr-x 2 root root 10392 Oct  8 14:58 /usr/bin/python3.4m<br>
-rwxr-xr-x 1 root root  3139 Oct  8 14:58 /usr/bin/python3.4m-config<br>
lrwxrwxrwx 1 root root    16 Oct  8 14:58 /usr/bin/python3-config -><br>
python3.4-config<br>
lrwxrwxrwx 1 root root    14 Oct  8 14:58 /usr/bin/python-config -><br>
python3-config<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div></div>