Wie man pip (Python) auf pfSense installiert
Sobald Sie Python auf Ihrer pfSense installiert haben, werden Sie vielleicht feststellen, dass pip fehlt:
pip_not_found.sh
[2.6.0-RELEASE][[email protected]]/root: pip
pip: Command not found.und auch python3.8 -m pip funktioniert nicht:
python3_no_pip.txt
[2.6.0-RELEASE][[email protected]]/root: python3.8 -m pip
/usr/local/bin/python3.8: No module named pipDie Installation ist jedoch recht einfach:
install_pip_ensurepip.sh
python3.8 -m ensurepipDanach können Sie pip mit
python3_m_pip.sh
python3 -m pipausführen.
Check 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