LoginSignup
1
3

More than 5 years have passed since last update.

pycharm で conda 環境を構築 (windows 版)

Posted at

目的

windowsターミナルのpython環境と同じようにするための操作。

windowsターミナルからpythonバージョンを調査

C:\Users\to>python
Python 3.6.4 |Anaconda custom (64-bit)| (default, Jan 16 2018, 10:22:32) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> import sys
>>> sys.executable
'C:\\Users\\to\\Anaconda3\\python.exe'

pycharm で conda 環境を追加

GUIの提示に従って、上記python.exeのパスを追加すればOK!
image.png

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