その先にあるもの…

studio code에서 conda 사용 본문

프로그래밍/Python

studio code에서 conda 사용

specialJ 2021. 4. 1. 17:10

mylogcenter.tistory.com/7

 

[Python 환경설정] VS code 설치 및 Anaconda와 연동하기

#서론 저번에는 아나콘다를 설치하고 환경을 구성했죠. 이번에는 실제로 Python으로 코딩할 때 사용하는 에디터를 설치하고 아나콘다와 연동해서 사용하는 방법을 알아보겠습니다. *아나콘다(Anac

mylogcenter.tistory.com

 

좌측 Extensions( ctrl + shift + x )를 클릭

 

검색창에서 Python, Code Runner를 설치

 

재실행

 

Command Palette...(ctrl + shift + p)를 클릭

Python: Selcet Interpreter을 선택

 

목록에서 conda 가상환경을 찾아 선택

'프로그래밍 > Python' 카테고리의 다른 글

ubuntu에서 jupyter 실행  (0) 2021.05.20
pandas sql 쿼리 결과 가져오기  (0) 2021.04.01
conda 사용 설명  (0) 2021.04.01
ubuntu anaconda3 conda : command not found  (0) 2021.04.01
python, postgresql 연동  (0) 2021.04.01
Comments