xxxxxxxxxx
#Windows
%localappdata%\programs\python\python38\lib\site-packages
#Installed with chocolatey
C:\Python38\Lib\site-packages
xxxxxxxxxx
#In the terminal type:
which -a pip
#It should return paths for available pips, for example:
usr/local/bin/pip
/home/coderunner/anaconda3/bin/pip
#To install a package using one of these pips, for eaxample first pip:
usr/local/bin/pip install packagename
xxxxxxxxxx
> pip show cvxopt
Name: cvxopt
Version: 1.2.0
Location: /usr/local/lib/python2.7/site-packages