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 pip

Die Installation ist jedoch recht einfach:

install_pip_ensurepip.sh
python3.8 -m ensurepip

Danach können Sie pip mit

python3_m_pip.sh
python3 -m pip

ausführen.


Check out similar posts by category: Networking, Python