0w0

[파이참] 파이참 아나콘다 프로젝트 연동 본문

Penguin

[파이참] 파이참 아나콘다 프로젝트 연동

0w0 2019. 8. 13. 00:10
728x90
반응형

아나콘다 설정

>conda info --envs

>conda create --name recipe python=3.6

>conda info --envs

>activate recipe

>pip install [module]

 

 

 

파이참 설정

1. 프로젝트 생성 후
File -> Settings -> Project interpreter -> 톱니바퀴 버튼 클릭 -> Show All ->  Project interpreters -> 플러스 버튼 클릭



2. Add Python interpreter
Conda Environment -> Existing environment 체크 -> Make availabe to all project 체크 -> OK

 

 

3. Project interpreter
recipe 클릭 -> OK

 

 

728x90
반응형
Comments