[Windows] Anacondaで作成したPython環境使って、Pycharmでプロジェクトを作成する
前置き
意外にピンポイントで説明したサイトがなかったので書く。
Anaconda, Pycharmのインストール方法を扱うサイトは無限にあるので略
手順
Anacondaで環境を作成する
↓こんな感じでMachineLearning
のenvを作ったとする。
作成した環境の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でプロジェクトを作成する
Author And Source
この問題について([Windows] Anacondaで作成したPython環境使って、Pycharmでプロジェクトを作成する), 我々は、より多くの情報をここで見つけました https://qiita.com/azuki_bar/items/adcfea3c8dc92c55f755著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .