How to Install Pip on Ubuntu 16.04 LTS

Your video will begin in 10
72 Views
Published
In this video, we describe how to install PIP on Ubuntu 16.04.

Commands used:
apt-get update
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python get-pip.py
pip --version
pip install 'library_name'
pip search django
pip uninstall
pip install -r requirements.txt

The related article for this article can be found here: https://www.liquidweb.com/kb/how-to-install-pip-on-ubuntu-16-04-lts/

For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or to learn more about our Private Cloud Powered by VMware and NetApp, visit: https://www.liquidweb.com/products/private-cloud/

Video by: Justin Palmer
Category
Liquid Web
Tags
liquidweb, datacenter, web
Be the first to comment