ubuntu查找python包的位置

使用pip命令中的show选项。
E.g. pip show theano

---
Metadata-Version: 2.0
Name: Theano
Version: 0.8.2
Summary: Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
Home-page: http://deeplearning.net/software/theano/
Author: LISA laboratory, University of Montreal
Author-email: [email protected]
Installer: pip
License: BSD
Location: /home/*/.local/lib/python2.7/site-packages
Requires: numpy, scipy, six
Classifiers:
  Development Status :: 4 - Beta
  Intended Audience :: Education
  Intended Audience :: Science/Research
  Intended Audience :: Developers
  License :: OSI Approved :: BSD License
  Programming Language :: Python
  Topic :: Software Development :: Code Generators
  Topic :: Software Development :: Compilers
  Topic :: Scientific/Engineering :: Mathematics
  Operating System :: Microsoft :: Windows
  Operating System :: POSIX
  Operating System :: Unix
  Operating System :: MacOS
  Programming Language :: Python :: 2
  Programming Language :: Python :: 2.6
  Programming Language :: Python :: 2.7
  Programming Language :: Python :: 3
  Programming Language :: Python :: 3.3
  Programming Language :: Python :: 3.4

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