码迷,mamicode.com
首页 > 编程语言 > 详细

python源码编译(嵌入式)

时间:2020-03-16 20:31:17      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:物联网   物联   install   python   nbsp   创建   使用   figure   编译   

在嵌入式中移植python 然后使用pyqt5 为物联网应用提供用户交互。

步骤 下载python源码

 

执行配置

cd Python-3.7.0
./configure --prefix=/usr/local/python3
make && make install

创建软链

ln -s /usr/local/python3/bin/python3.7 /usr/bin/python3
ln -s /usr/local/python3/bin/pip3.7 /usr/bin/pip3

 

但愿能够通过这种方法来支持arm cortex a系列架构


 

python源码编译(嵌入式)

标签:物联网   物联   install   python   nbsp   创建   使用   figure   编译   

原文地址:https://www.cnblogs.com/wangyv/p/12506238.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!