


The usage of the command is the same for pip, pip2, and pip3. The pip command is associated with either Python2 or Python3, depending on the environment.įor example, note that if pip is for Python2, packages installed with pip will not work with Python3. Pip2 is the command used to manage packages for Python2, and pip3 is the command used to manage packages for Python3. In environments where Python2 and Python3 coexist, you may be able to use the pip2 and pip3 commands in addition to the pip command.

using Python that has not been modified by a redistributor to remove ensurepip.Usually, pip is automatically installed if you are: If you install Python with the standard installer, pip is automatically installed alongside it.
