安装相同版本的 pyenv 和 boost_python

Installing the same version of pyenv and boost_python

我已经通过pyenv安装了python

$which python
/Users/whitebear/.pyenv/shims/python
$python -V 
Python 3.7.9

然而/Users/whitebear/.pyenv/versions/3.7.9/lib/中没有libboost_python**

所以我用brew安装了brew install python-boost

安装在/usr/local/Cellar/boost-python3/1.75.0/

然而只有libboost_python39**libboost_numpy39

不过我的 python 版本是 3.7.9。

如何为 pyenv 相同版本安装 boost_python

请参阅https://github.com/pyenv/pyenv/issues/585

您需要 build boost 针对您在 pyenv

中安装的 python 版本