`

build pyrun/python from source

阅读更多

quite easy on ubuntu.

 

1: build sqlite first.. use the latest autoconf version

2: apt-get install libbz2-dev

3: apt-get install zlib1g-dev

4: apt-get install libssl-dev

5: apt-get install libffi-dev

6: apt-get install libreadline-dev

7: apt-get install libncurses5-dev

 

for pyrun 

cd PyRun and make.

 

for python

./configure

make 

make install

--with-pydebug for a debug version 

 

enjoy.

分享到:
评论

相关推荐

    c语言调用python脚本

    然后可以使用PyRun_SimpleString函数执行Python脚本,或者使用PyRun_SimpleFile函数执行指定的Python脚本文件。 下面是一个简单的示例代码: c #include <Python.h> int main() { // 初始化Python解释器 Py_...

    Unity3D-Python:在Unityy里使用Python脚本

    Unity3D-Python编辑器 在unity3d里使用python unity版本5.6.1 注意 我这是用@cesardeazevedo那里弄到的,然后我精简了一下,现在只需要放置一下就可以用了。操作如下:在游戏物体上绑定PyRun.cs在PyRun.cs上绑定Py...

    Python库 | pandoc_pyrun-1.0.2.tar.gz

    python库。 资源全名:pandoc_pyrun-1.0.2.tar.gz

    TK-News.pyrun-main.py

    TK_News.pyrun_main.pyTK_News.pyrun_main.pyTK_News.pyrun_main.pyTK_News.pyrun_main.pyTK_News.pyrun_main.pyTK_News.pyrun_main.pyTK_News.pyrun_main.pyTK_News.pyrun_main.pyTK_News.pyrun_main.pyTK_News....

    run-main.pyrun-main.py

    run_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main.pyrun_main....

    busybox-python:Busybox容器和rootfs构建器,用于使用Python生成最少的Docker基础映像

    busybox-python Busybox 1.22.1 (带有Buildroot 2014.11 )容器和r​​ootfs构建器,用于最小的Docker基础映像,该... Python解释器由eGenix PyRun:trade_mark:提供支持。 easy_install版本0.7.4是该映像的一部分。

    ACPL:我自己的编程语言(用Python编译)

    ACPL 我自己的编程语言(用Python解释)。 这个项目只是为了娱乐,练习而创建的,实际上是有用的... pyrun :运行指定的python文件 compile :将ACPL文件编译为Python文件 ini-content :显示ini文件的内容。 ope

    docker:码头食谱的集合

    elyase/pyrun :基于pyrun仅18.44 MB的 Python 小型pyrun 。 elyase/conda :轻量级但功能齐全的 python conda 图像。 如果您想使用 conda 包装系统发光的科学堆栈(numpy、pandas、ipython、sklearn),则建议...

    TexasPokerRobot:华为软件竞赛 德州扑克

    TexasPokerRobot华为软件竞赛 德州扑克Installationgit clone --recursive git@github.com:yutianqiuhao/TexasPokerRobot.git gamecd game/works/libs/holdem_calc/touch __init__.pyRUN./RobotTest.sh

    tictactoe_mcts:使用蒙特卡洛树搜索玩tietactoe游戏

    项目说明这是一个使用python实现的蒙特卡罗树搜索玩TicTacToe游戏,这里主要参考了一篇文件说明项目中有四个文件game.pyhuman.pymcts.pyrun_tictactoe.py比较重要的是game.py 和 mcts.py 文件。在game.py 中主要包含...

    Learning a Deep Convolutional Network for Image Super-Resolution论文分析与pytorch代码

    linear mapping 非线性映射Reconstruction训练测试实验结果Pytorch代码实现使用说明文件存放运行代码model.pydata.pymain.pyrun.py运行操作图片对比Original imageBicubic imageSRCNN image后续工作参考文章 ...

Global site tag (gtag.js) - Google Analytics