Pip

From NovaOrdis Knowledge Base
Revision as of 02:55, 11 January 2022 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

pip is the standard package manager for Python, that allows you install and manage package that are not part of the Python standard library.

Installation

CentOS

https://linuxize.com/post/how-to-install-pip-on-centos-7/
yum install epel-release # On Amazon Linux, it works without this
yum install python-pip