• Linux
  • FreeBSD
  • Networking
  • Python
  • AWS
  • WebDev
  • About Us

How to install Python Pip on FreeBSD 12 .1

Written by
FreeBSD Leave a Comment

pip is a package manager in Python which you need to install various modules for Python . Here , we see how to install Pip on a FreeBSD 12.1 server .

Release : 12.1-RELEASE-p10

Python : Python 3.7.9

So the command is :

pkg install py37-pip

Tu upgrade pip to the latest :

pip install --upgrade pip

So now the pip is installed and you can verify it by installing your required Python module :

© Copyright 2020.TechieNix. All Rights Reserved.