#bananapi
Follow to get notified about new posts with this tag创建虚拟Python环境以及在crontab中运行虚拟Python环境/ Create a virtual Python environment and set virtualenv for a crontab
在前文中我记录了如何安装Python 3.5.3: How to install python 3.5 on Banana-Pi M3 / 如何香蕉派上的安装python 3.5 那么问题来了,系统原来带了Python 3.4.2 以及 Python 2.7.9,现在又多了个 Python 3.5.3 那么运行程序的时候,到底是在哪个环境下啊? 别问我静静是谁,我想静静了! 测试脚本(test.py):
[在香蕉派上使用摄像头:安装 & C++/Python示例程序]/Using OpenCV on BananaPi : Install & example programs in C++ / Python
You may know raspberry Pi, BananaPi is the similar open source hardware single-board computers. 你可能知道树莓派,BananaPi 是一款类似的 开源硬件单板计算机。 You can do a lot of interesting things on it. 你可以用它做很多有趣的事。 This article