LoginSignup
0
0

More than 3 years have passed since last update.

tensorflow 準備メモ

Last updated at Posted at 2019-09-16

作成中

使用環境

利用PC

  • OS:Windows 10 Pro (64Bit)
  • メモリ:8GB

Python実行環境

  • エディタ:PyCharm 2019.2.2
  • 仮想環境のPythonバージョン:3.5

実行環境の準備

Anacondaのインストール

Condaサイトから、AnacondaのインストーラーをDLしてインストール

仮想環境を作成

  • Windowsのメニューから「Anaconda Navigator」を起動する
  • 「Anaconda Navigator」の左列のメニューから「Environments」を選択する
    image.png

  • 中央列の下段にある「Create」を選択する
    image.png

  • 「Create new environment」が表示されたらNameとPythonのバージョンを入力しCreateを押す
    image.png

  • 中央列に作成された仮想環境名が表示されたら、名称右の▶を押し「Open terminal」を選択する
    image.png

  • コマンドプロンプトが起動するので「conda env list」を入力して環境の一覧を表示する

  • 作成した環境のパスを確認する

エディタの設定

  • PyCharmを起動する
  • 「Create new project」を選択する
    image.png

  • New Projectのダイアログが表示されたらLocationの入力とInterpreterを指定する。Interpreterは「Existing Interpriter」を選択して仮想環境内のPython.exeを指定する。Python.exeは上で確認した仮想環境のパス直下にある
    image.png

  • Createボタンを押す

参考リンク

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