[PYTHON] Find out the location of packages installed with pip

How to check memo

command

pip show [package name]

As an example, take a look at requests.

Output result

Name: requests
Version: 2.18.4
Summary: Python HTTP for Humans.
Home-page: http://python-requests.org
Author: Kenneth Reitz
Author-email: [email protected]
License: Apache 2.0
Location: /Users/t-fuku/.pyenv/versions/3.5.1/lib/python3.5/site-packages
Requires: certifi, urllib3, chardet, idna

You can tell from the location.

Recommended Posts

Find out the location of packages installed with pip
Find out the day of the week with datetime
Find out the location of Python class definition files.
Can't find the package you installed with pip install --user?
Installing packages with pip3
Find the sum of unique values with pandas crosstab
Find out the version of the language you are running
[Python] Find out about pip
Bulk update of pip packages
I tried to find the entropy of the image with python
Maya | Find out the number of polygons in the selected object
Find out the apparent width of a string in python
I tried to find the average of the sequence with TensorFlow
Update packages already installed with pip in user environment (non-su)
Python --Find out number of groups in the regex expression
Move what you installed with pip to the conda environment
Find the definition of the value of errno
Find out the age and number of winnings of prefectural governors nationwide
Find the optimal value of a function with a genetic algorithm (Part 2)
Find the transfer function of one degree of freedom system with PythonControl.
Find the sensor installation location that maximizes the amount of acquired data
Find out the mystery change of Pokédex description by Levenshtein distance
Remove all modules installed with pip
List of packages installed by conda
Find the numerical solution of the second-order ordinary differential equation with scipy
Uninstall everything you installed with pip
[Completed version] Try to find out the number of residents in the town from the address list with Python
Find the inertial spindle and moment of inertia from the inertial tensor with NumPy
How to find out the number of CPUs without using the sar command
Get a list of packages installed in your current environment with python
The module that should have been installed with pip does not run
Find the general terms of the Tribonacci sequence with linear algebra and Python
I tried with the top 100 PyPI packages> I tried to graph the packages installed on Python
Find out the name of the method that called it from the method that is python
Find the area of the union of overlapping rectangles
Align the size of the colorbar with matplotlib
Check the existence of the file with python
Find the SHA256 value with R (with bonus)
Find out the CentOS7 MAC address (HWADDR)
Install by specifying the version with pip
Migemo version of the: find command,: mfind
The third night of the loop with for
(Note) Bulk upgrade of python installed packages
The second night of the loop with for
Find the coefficients of the least squares polynomial
I can't install the package with pip.
Count the number of characters with echo
I installed Pygame with Python 3.5.1 in the environment of pyenv on OS X
A programming beginner tried to find out the execution time of sorting etc.
Find out how to divide a file with a certain number of lines evenly
I failed to install django with pip, so a reminder of the solution
I measured the time when I pip installed the C language dependent module with alpine
Get only the source code of the PyPI package with pip from the command line
Try out the touch of data-driven testing with Selenium Python Bindings and py.test
The story of doing deep learning with TPU
Check the operation of OpenCV3 installed by Anaconda
How to find the area of the Voronoi diagram
Note: Prepare the environment of CmdStanPy with docker
Prepare the execution environment of Python3 with Docker
Combinatorial optimization to find the hand of "Millijan"
Find the second derivative with JAX automatic differentiation