CB Cloud: How to Install PIP on Windows
search cancel

CB Cloud: How to Install PIP on Windows

book

Article ID: 289998

calendar_today

Updated On:

Products

Carbon Black Cloud Endpoint Standard (formerly Cb Defense) Carbon Black Cloud Enterprise EDR (formerly Cb Threathunter)

Issue/Introduction

How to Install PIP on Windows

Environment

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

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 Information

Prerequisite: Python should be installed on the device.