DEV Community

Cover image for Difference between pip and pip3?
PHP Error Code
PHP Error Code

Posted on

Difference between pip and pip3?

Python’s standard package manager is Pip. It enables us to install and manage extra Python packages not included in the standard library.

Pip is a utility for installing new packages that come with Python (after versions 3.4 and 2.7.9). These packages are download from PyPis’s repository and incorporated into your Python automatically.

PIP Vs PIP3 What’s the Difference?

A pip is used to make a connection with python 2 it can be created in Mac or Linux system, a pip is able to connect with Python 3 as well it downloads the packages in Windows Environment. But in the pip3 case it just only relates to Python 3.

Top comments (0)