Answers for "installing pip for python 2.7"

0

pip install for python 2 and python3

$ curl -O https://bootstrap.pypa.io/get-pip.py
$ sudo python3.2 get-pip.py
Posted by: Guest on November-15-2020
0

install pip3 for python 3.7

sudo apt install python3-pip
Posted by: Guest on October-28-2020
1

pip install python

"""to install a python module just use pip command"""
"""open cmd as administrator and write this command"""
pip install <package-name>
"""for ex. pip install pandas"""
##before writing command first change environment variable to your pip file location
Posted by: Guest on November-04-2020

Python Answers by Framework

Browse Popular Code Answers by Language