Does python come with pip?
Jun 11, 2019 pm 04:00 PMpip is a Python package management tool that provides the functions of finding, downloading, installing, and uninstalling Python packages.
Currently, if you download the latest version of the installation package from python.org, it already comes with this tool.
Python 2.7.9 or Python 3.4 or above comes with the pip tool.
pip official website: https://pypi.org/project/pip/
You can use the following command to determine whether it has been installed:
1 |
|
If you have not installed it yet, you can use the following method to install it:
1 2 |
|
Note: Which version of Python is used to run the installation script, pip will be associated with that version. If it is Python3, execute the following command:
1 |
|
Generally, pip corresponds to Python 2.7, and pip3 corresponds to Python 3.x.
pip's most commonly used commands
Show version and path
1 |
|
Get help
1 |
|
Upgrade pip
1 |
|
The above is the detailed content of Does python come with pip?. For more information, please follow other related articles on the PHP Chinese website!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

What is the difference between pip and pip3? Introduction and distinction

Learn to completely uninstall pip and use Python more efficiently

Find the storage location of installed pip packages

Simple guide to pip mirror source: easily master how to use it

A must-read for Python beginners: a concise and easy-to-understand pip installation guide

Analyze compatibility issues between pip and pip3 versions

Use Tsinghua Source to accelerate Python package downloads, Pip settings for Windows operating systems

Quickly install OpenCV study guide using pip package manager
