1
0

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.

[Windows] Anacondaで作成したPython環境使って、Pycharmでプロジェクトを作成する

Posted at

前置き

意外にピンポイントで説明したサイトがなかったので書く。
Anaconda, Pycharmのインストール方法を扱うサイトは無限にあるので略

手順

Anacondaで環境を作成する

↓こんな感じでMachineLearningのenvを作ったとする。
image.png

作成した環境のpathを調べる

https://docs.anaconda.com/anaconda/user-guide/tasks/integration/python-path/
にある通りanaconda promptを開いて以下のように実行する

> activate MachineLearning
(MachineLearning) > where python
C:\Users\実行環境のユーザー名\AppData\Local\conda\conda\envs\MachineLearning\python.exe

Pycharmでプロジェクトを作成する

Existing interpreterで調べたpathを入れてCreateボタン押せばOK
image.png

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?