개발을 위한 컴퓨터 세팅
in etc on Etc
개요
구글 드라이브 폴더 설치, 아나콘다 설치, 비주얼 스튜디오 코드 설치, Visual Studio code와 Anaconda 터미널 연동
그림확인
위 그림 확인
구글드라이브
** 스 타 일 **
위 그림 확인
인터넷 연결 Google
아나콘다 설치
– https://www.anaconda.com/products/individual
Visual Studio Code 설치
https://code.visualstudio.com/download
코드 확인
{
"python.pythonPath": "C:\\Anaconda3\\python.exe",
"launch": {
"configurations": [],
"compounds": []
},
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"terminal.integrated.shellArgs.windows": ["/K","C:\\Anaconda3\\Scripts\\activate.bat C:\\Anaconda3"]
}