[PYTHON] How to install pip

How to install pip

Advance preparation

  1. python is installed

Windows environment procedure

  1. Download destination: https://bootstrap.pypa.io/get-pip.py Save get-pip.py in any directory
  2. Execute the following command in the saved directory
python get-pip.py

Linux (CentOS) environment procedure

  1. Install pip
curl -kL https://bootstrap.pypa.io/get-pip.py | python

Confirmation of installation (confirmation of pip version)

  1. Execute the following command
pip -V

As a result, the installation is complete when the following pip version is displayed.

Display example: `` pip 8.1.2 from /usr/local/lib/python2.7/site-packages (python2.7) `

Recommended Posts

How to install pip
How to install mysql-connector with pip3
How to install Python
How to install archlinux
How to install python
How to install BayesOpt
How to install Nbextensions
How to install Prover9
[2020.8 latest] How to install Python
How to install Python [Windows]
Tabpy 1.0 (2020-01 version) How to install
How to install pip, numpy in Autodesk MAYA
How to install mkl numpy
How to install Pelican blog
How to install mysql-connector-python on mac
How to install python-pip with ubuntu20.04LTS
How to install graph-tool on macOS
How to install wkhtmltopdf (Amazon Linux2)
How to install VMware-Tools on Linux
How to install pycrypto on Windows
How to install OpenCV on Mac
How to install MBDyn (Linux Ubuntu)
How to install PyPy on CentOS
How to install TensorFlow on CentOS 7
How to install and configure blackbird
How to install CUDA and nvidia-driver
How to install and use Graphviz
How to install Maven on CentOS
How to install Go on Ubuntu
How to install music 21 on windows
How to install Anaconda with pyenv
sudo pip install
How to install aws-session-manager-plugin on Manajro Linux
How to install drobertadams / toggl-cli on Mac
How to install and use pandas_datareader [Python]
python3 How to install an external module
[Kivy] How to install Kivy on Windows [Python]
How to install CatBoost [as of January 2020]
How to install DLIB with 2020 / CUDA enabled
`pip install pygraphviz` fails to find graphviz
I was addicted to pip install mysqlclient
I want to pip install with PythonAnywhere
How to install a package using a repository
How to install packages on Alpine Linux
How to install Anisble on Amazon Linux 2
How to install richzhang / colorization on Windows 10
How to install your own (root) CA
How to install Windows Subsystem For Linux
How to install Apache (httpd) on CentOS7
Install python on xserver to use pip
How to install php7.4 on Linux (Ubuntu)
How to install Eclipse GlassFish 5.1.0 on CentOS 7
How to install Apache (httpd) on CentOS8
How to install zsh (with .zshrc customization)
How to install NumPy on Raspberry Pi
How to install fabric and basic usage
How to install cx_Oracle on macOS Sierra
How to install python3 with docker centos
How to use xml.etree.ElementTree
How to use Python-shell
Install pip on Mavericks