OpenWRT 安裝Python3、pip3、scapy


# python 和pip 安裝
root@Openwrt:/mnt# opkg install python3-base
root@Openwrt:~# opkg install python3-pip
root@Openwrt:~# opkg install python3
root@Openwrt:~# /usr/bin/python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple  --upgrade pip    

# 安裝scapy
root@Openwrt:~# pip install -i https://pypi.tuna.tsinghua.edu.cn/simple  scapy

  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM