python基础设置
坩埚上校
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Centos 多版本python管理
Centos python多版本管理原创 2017-08-29 16:14:25 · 740 阅读 · 0 评论 -
Centos 7 matplotlib 远程绘图
安装在Centos上安装xterm,xauth,xorg-x11-apps:#yum install xterm#yum install xauth#yum install xorg-x11-apps修改/etc/ssh/sshd_config 重启sshd.service 重启一个ssh连接 检测是否$DISPLAY变量设置成功 在wondows平台安装xming,默认xming运原创 2017-09-01 17:26:11 · 846 阅读 · 0 评论 -
python 内嵌C函数
安装python-devel.x86_64 # yum install python-devel.x86_64 测试用c程序 #include "/usr/include/python2.7/Python.h"int add(int a, int b){ return a + b;}PyObject* wrap_add(PyObject* self, PyObject* args原创 2017-09-22 14:24:36 · 1220 阅读 · 0 评论
分享