记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running.
Abstract: One of the Python scripts stopped working last Friday when I was AWAY_FROM_KEYBOARD. That script is used to automate (via the Linux crontab) the CN Daily Ranking table and relevant information.
创建虚拟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):