为了使用python3,我安装了anaconda3,但是boost
dpkg -L libboost-dev,我的这个apt-get安装的只有1.54
发现boost版本过低,为此安装boost1.59版本
解压完
sh bootstrap.sh
./b2 install
发现如下几个错误:
1.fatal error: pyconfig.h:
因为我是直接安装anaconda3,/usr/include里面没有
python3.6,因为我是ubuntu14.04,默认是python2.7