LoginSignup
121

More than 5 years have passed since last update.

pipでインストールしたパッケージの場所を調べる

Last updated at Posted at 2017-09-06

調べ方メモ

コマンド

pip show [パッケージ名]

例として、requestsを見てみる。

出力結果

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

Locationからわかる。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
121