Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

CB Cloud: How to Install PIP on Windows

CB Cloud: How to Install PIP on Windows

Environment

  • CB Cloud: All Version
  • Windows: All Version
  • Python

Objective

How to Install PIP on Windows

Resolution

  1. Download get-pip.py by following this link:get-pip.py
  2. Alternatively, use curl:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  1. Then run the following command in the folder where you have downloaded get-pip.py:
python get-pip.py

OR
  1. Pip is already installed if you are using Python 2 >=2.7.9 or Python 3 >=3.4
  2. To check the pip version run the following command line:
pip --version
  1. Run the following command line to upgrade the pip:
python -m pip install -U pip

 

Additional Notes

Prerequisite: Python should be installed on the device.

Related Content


Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
1214
Contributors