컴퓨터를 새로 사서 윈도우즈 운영체제에 환경설정을 하는 중이다.
아래 3단계만 수행하면 완료다.
- miniconda 설치
- 환경변수 추가
- vscode default terminal 변경
https://docs.conda.io/projects/miniconda/en/latest/index.html
위 링크에서 windows용 설치 파일을 다운로드 받아서 실행한다.
기본 설정값대로 설치!
{miniconda3 설치 경로}
{miniconda3 설치 경로}\Library\bin
{miniconda3 설치 경로}\Scripts
이렇게 하면 vscode terminal에서 conda가 작동됨.
vscode에서 Command Prompt를 디폴트 터미널로 설정하지 않았더니 본인은 conda activate {가상환경 이름}
에서 오류가 발생했다. 따라서 디폴트 터미널로 변경 단계가 필요했다.