pip (Python) auf Teltonika RUTX/TRB (OpenWRT) installieren
English
Deutsch
Neue Methode (neue Firmwares ab ca. TRB1_R_00.07.10)
Installieren Sie zuerst python3 über den System-Paketmanager über die UI:
Dann:
install_pip_teltonika.sh
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.pyDanach steht pip zur Verfügung.
Getestet mit RUTX_R_00.07.20.3
Alte Methode (alte Firmwares bis ca. TRB1_R_00.07.10)
Sie können pip auf OpenWRT wie auf der Teltonika RUTX10/RUTX11 oder TRB-Serie einfach mit opkg installieren:
install_pip_openwrt.sh
opkg update
opkg install python3-pipinstall_pip_openwrt.sh
opkg update
opkg install python3-pipGetestet auf Firmware 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