<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Feb 1, 2018, at 1:59 PM, Dimitry Andric via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><font face="HelveticaNeue" class="">As mentioned in <a href="https://docs.python.org/3/using/unix.html#miscellaneous" class="">https://docs.python.org/3/using/unix.html#miscellaneous</a>, for Python 3 the shebang line should be:</font></div><div class=""><span style="font-family: HelveticaNeue;" class=""><br class=""></span></div><div class=""><font face="Menlo" class="">#!/usr/bin/env python3</font></div><div class=""><span style="font-family: HelveticaNeue;" class=""><br class=""></span></div><div class=""><span style="font-family: HelveticaNeue;" class="">For Python 2 the shebang line should probably be:</span></div><div class=""><span style="font-family: HelveticaNeue;" class=""><br class=""></span></div><div class=""><div class=""><font face="Menlo" class="">#!/usr/bin/env python2</font></div></div><div class=""><span style="font-family: HelveticaNeue;" class=""><br class=""></span></div></div></div></blockquote><div>Unfortunately macOS never shipped with this symlink AFAIK. so `python2.7` should work better for a bigger number of macOS users.</div><div><br class=""></div><div>- Matthias</div></div></body></html>