Boost C++ Libraries: Ticket #12548: Build system fails to find Python 3.5 on macOS https://svn.boost.org/trac10/ticket/12548 <p> Hi, boost_1_62_0/tools/build/src/tools/python.jam only looks for binaries named "python" in the "usual locations" (line 432). However, with the Packages from python.org at least for 3.5.1 and 3.5.2 there is only a "python3" binary in that path. Also, the includes are not in "include/python$(version)" (line 542) but in "include/python$(version)m". Quickfix attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12548 Trac 1.4.3 Bob Pepin <bobpepin@…> Mon, 24 Oct 2016 20:12:57 GMT attachment set https://svn.boost.org/trac10/ticket/12548 https://svn.boost.org/trac10/ticket/12548 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">python.jam.diff</span> </li> </ul> <p> diff </p> Ticket