1. 使用pip/ pip3安装的包,显示路径
pip show numpy
song@hp:~$ pip show numpy
Name: numpy
Version: 1.16.6
Summary: NumPy is the fundamental package for array computing with Python.
Home-page: https://www.numpy.org
Author: Travis E. Oliphant et al.
Author-email: None
License: BSD
Location: /home/song/.local/lib/python2.7/site-packages
Requires:
pip3 show numpy
song@hp:~$ pip3 show numpy
Name: numpy
Version: 1.19.5
Summary: NumPy is the fundamental package for array computing with Python.
Home-page: https://www.numpy.org
Author: Travis E. Oliphant et al.
Author-email: None
License: BSD
Location: /home/song/.local/lib/python3.6/site-packages
Requires: