在 Iphone 设备中运行Python代码

1. 安装ssh server 在越狱的设备中打开Cydia, 然后搜索 OpenSSH, 点击安装 2. 安装依赖 使用ssh客户端连接到你的Iphone, 端口22, 默认密码 alpine ssh [email protected] 然后的Iphone的终端内执行: apt-get install python3.7 make cmake gcc gcc++ clang python3 -m ensurepip # 安装pip3 pip3 install wheel pip3 install tornado 3. 新建test.py import asyncio import […]