where are python libraries installed in windows

pip list -v  # Or pip3 list -v 

# output example (windows 10):
# Package                   Version   Location                                                         Installer
# ------------------------- --------- ---------------------------------------------------------------- ---------
# adal                      0.4.5     c:\users\test\appdata\roaming\python\python36\site-packages      pip
# aiocache                  0.10.0    c:\program files\python36\lib\site-packages

3.33
3

                                    Python usually stores its library (and thereby your site-packages folder) 
in the installation directory. So, if you had installed Python to 
C:\Python\, the default library would reside in C:\Python\Lib\ 
and third-party modules should be stored in C:\Python\Lib\site-packages.

3.33 (3 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
where are python modules installed windows where python library installed where python packages are installed where are my python packages installed where are python packages installed on windows where are python packages located in windows where python is installed in windows python where is it installed how to check python installed libraries where python installed how to find installed python library how to check what libraries are installed python how to list my installed libraries in python why is python installed packages python where installed windows where do python libraries get installed how to see installed libraries in python where to see where my python library is installed how to check installed library python in python how to check installed library pythonin python where are the python libraries windows check python installed libraries windows 10 cmd python where are packages installed windows where python libraries installed windows where should python be installed where are python packages installed windows 10 where python packages are installed windows how to find installed python libraries using command prompt where should be python be installed python where package installed where is python installed in windows where to find python libraries windows where are my python modules installed check installed libraries python windows machine where does python get installed\ where is the python installed where is the library i installed python python installed libraries wherer is python installed how to check which libraries are installed in python check installed libraries python see installed libraries python is python installed python check installed libraries how to use an installed library in python how to find python libraries installed where are packages installed python where your python is installed how to check python libraries installed how to see which python libraries are installed where is python library installed where are installed python packages python get installed libraries where is python packages installed windows python windows packages see python libraries installed where python libraries installed in windows where should python libraries be installed windows where are python packages installed where are python modules installed how to use a installed library in python program where python modules are installed where does python packages get installed where python packages will be installed windows where python packages will be installed check libraries installed in python installed libraries python check python libraries installed where is python modules installed python install libraries windows python where are packages installed where python is installed where do python packages get installed windows where is installed python windows is python installed on ;ac where are python libraries located where is python packages installed windows where is python installed install python libraries windows where are the python libraries installed check python packages on windows python which libraries are installed windows where are python packages where my python is installed check all libraries installed python libraries installed in python how to check installed libraries in python where python libraries are installed where are python libraries installed list all libraries installed in python in windows where is my python installed how to check what python libraries are installed where does python packages get installed installer where can i get python libraries from where are python packages installed how to check which libraries are installed python where is python installed where is python installed windows where python libraries installed where is python package installed where is python lib stored windows how do i find where a python package is stored where are the python packages installed windows where do python packages get installed where are python libraries installed in windows
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source