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
- Download get-pip.py by following this link:get-pip.py
- Alternatively, use curl:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- Then run the following command in the folder where you have downloaded get-pip.py:
python get-pip.py
OR
- Pip is already installed if you are using Python 2 >=2.7.9 or Python 3 >=3.4
- To check the pip version run the following command line:
pip --version
- 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.
Feedback
thumb_up
Yes
thumb_down
No