Install Python Pip on FreeBSD

To install Python 37, run the command below; if it is installed, you can skip this step.

pkg install python37

To install the Pip package installer, recommended by the PyPA, simply run the command below

pkg install py37-pip

The command above will install Pip for Python 3.7.

Now you can install packages by running pip install , for example:

pip install flask
I'm Feeling Lucky
Darryl Dias

Written by Darryl Dias

The AI guy and founder of Caprycon, building AI-powered tools, exploring emerging technologies, and sharing insights from the world of artificial intelligence