Q:

where does python pip install packages

## To install Pip, first download get-pip.py from:
https://bootstrap.pypa.io/get-pip.py
  
## Then run the following command in the command line
## in the folder where the file has been saved.
python get-pip.py
9
#Windows
c:\users\me\appdata\local\programs\python\pythonVersion\lib\site-packages
3
# In cmd.exe type:     
pip install #module_name
3
pip3 install <package_name>
1

New to Communities?

Join the community