如何在 pfSense 上安装 pip (Python)
一旦你在 pfSense 上安装了 python,你可能会注意到它缺少 pip:
pip_not_found.sh
[2.6.0-RELEASE][root@pfsense02.techoverflow.net]/root: pip
pip: Command not found.而且 python3.8 -m pip 也不工作:
python3_no_pip.txt
[2.6.0-RELEASE][root@pfsense02.techoverflow.net]/root: python3.8 -m pip
/usr/local/bin/python3.8: No module named pip然而,安装它相当简单:
install_pip_ensurepip.sh
python3.8 -m ensurepip之后,你可以使用以下命令运行 pip
python3_m_pip.sh
python3 -m pipCheck out similar posts by category:
Networking, Python
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow