macOS 安装配置PyV8

macOS 安装配置PyV8

macOS 10.13.5

安装依赖:
Boost

1
2
3
brew install boost 

brew install libboost-all-dev boost-python3 boost-build boost-mpi

安装v8

1
brew install v8

安装PyV8

1
pip install -e git://github.com/brokenseal/PyV8-OS-X#egg=pyv8

参考

安装pyv8

mac下安装pyv8

PyV8-OS-X

【Python3】 PyV8的安装与使用

pyv8的安装和使用:python中执行js代码

×

纯属好玩

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

文章目录
  1. 1. macOS 安装配置PyV8
    1. 1.1. 参考
,