01. 우분투 VScode 설치
VS Code 설치 방법은 무척 간단합니다. 우선 리눅스 우분투에서 웹 브라우저로 vscode 공식 홈페이지로 들어간 후 설치 파일(.deb)을 다운받아주세요.
공식 홈페이지(https://code.visualstudio.com/)
설치 파일이 있는 디렉토리로 이동 후 아래의 리눅스 명령어를 이용해 설치해주세요.
$ sudo apt install ./파일명
끝
02. 우분투 Anaconda 설치
1단계 : apt update 하기
sudo apt update
2단계 : curl 패키지 설치
sudo apt install curl -y
3단계 : Anconda 설치 (참고)
curl --output anaconda.sh https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh
sha256sum anaconda.sh
bash anaconda.sh
>>> 키보드 엔터 누르기
>>> yes 입력
[/home/khw/anaconda3] >>> 키보드 엔터
[no] >>> yes 입력
새 터미널 열어봄
성공