Re: [Boost-bugs] [Boost C++ Libraries] #6946: bootstrap.sh not compatible with python3.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6946: bootstrap.sh not compatible with python3.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-03-11 22:15:58


#6946: bootstrap.sh not compatible with python3.
-------------------------------------+----------------------------
  Reporter: Robert Park <rbpark@…> | Owner: stefan
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost 1.49.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------------+----------------------------

Comment (by John McGehee):

 A workaround is to get the Python root yourself with correct Python 3
 syntax and tell bootstrap.py explicitly:
 {{{
 python_root=`python -c "import sys; print(sys.prefix)"`
 ./bootstrap.sh --with-python-root=$python_root
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6946#comment:6>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC