如何在 Teltonika RUTX/TRB (OpenWRT) 上安装 pip (Python)
新方法(大约从 TRB1_R_00.07.10 开始的新固件)
首先,通过 UI 使用系统包管理器安装 python3:
然后:
install_pip_teltonika.sh
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py之后,pip 将可用。
在 RUTX_R_00.07.20.3 上测试
旧方法(大约直到 TRB1_R_00.07.10 的旧固件)
你可以在 OpenWRT 上使用 opkg 安装 pip,如在 Teltonika RUTX10/RUTX11 或 TRB 系列上:
install_pip_openwrt.sh
opkg update
opkg install python3-pipinstall_pip_openwrt.sh
opkg update
opkg install python3-pip在固件 TRB1_R_00.07.02.6 上测试。
Check out similar posts by category:
OpenWRT
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow