如何找python 包的位置

如何找python 包的位置


查找要使用的包的位置

pip show numpy

显示结果

Name: numpy
Version: 1.13.1
Summary: NumPy: array processing for numbers, strings, records, and objects.
Home-page: http://www.numpy.org
Author: NumPy Developers
Author-email: [email protected]
License: BSD
Location: /softwares/python-2.7.13/lib/python2.7/site-packages
Requires: 
Required-by: scipy, pandas, matplotlib, CNVkit, biopython

你可能感兴趣的:(Python,python)