3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

PyCharmでAnacondaのインタープリタを使用する方法

Last updated at Posted at 2019-12-28

モチベーション:pyCharmで実装をした際にpandasをインポートすることができなかった。
pip installするという方法もネット上の記事で紹介されていたが、プロジェクト現場ではネット上からインストールすることができないため、既存のAnaconda環境にあるパッケージ群を使用する方針とする。

1.該当のプロジェクトを開く。
2.「Ctrl + Alt + S」を押し、Settingの画面を開く。
3.左側のペインから「Project:XXXXXXX > Project Interpreter」を選択する。
image.png
4.Project Interpreterの画面中の「歯車のマーク > Show All」を選択する。
5.表示された画面の右側に表示されている「+マーク」を選択する。
image.png
6.Add Python Interpreterの画面が表示されたら、「Existing environment」にチェックを入れ、右側の「…」のボタンを選択する。
次に表示される画面からAnacondaが格納されているパスを指定する。
image.png
7.「Settings」の画面移ったら、Activateした「Apply」ボタンを選択する。
これで当該プロジェクトで使用するインタープリタ及びパッケージがAnacondaと同様のものを使用する設定に変更される。
image.png

3
3
0

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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?