Skip to content

Instantly share code, notes, and snippets.

@shuuchen
Created August 14, 2018 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shuuchen/b448b30169ea152e1f51908df06e779b to your computer and use it in GitHub Desktop.
Save shuuchen/b448b30169ea152e1f51908df06e779b to your computer and use it in GitHub Desktop.
pycharm で conda 環境を構築 (windows 版) ref: https://qiita.com/shuuchen/items/0b8b73894bc43aff370c
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment