find location of library python linux
import module_name
print(module_name.__file__)
find location of library python linux
import module_name
print(module_name.__file__)
how to find where python modules are installed
# this will show where numpy is installed
pip show numpy
python global site packages
python -m site
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
where are chocolatey packages installed
Some packages are installed under ChocolateyInstall\lib, others
- especially packages that are based on Windows installers (.msi files)
- install to the default path of the original installer (which is most likely within Program Files).
list pakages installed in python
pip list
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us