Ensuring you have pip for Python 3 on FreeBSD
L.J. Hanson - - 1 min read
By default pip doesn’t get installed with the python35 port. To fix this as root execute the following:
python3 -m ensurepip
By default pip doesn’t get installed with the python35 port. To fix this as root execute the following:
python3 -m ensurepip