프로그래밍/우분투 ubuntu

우분투 VS code 가상환경 설정

복습 2024. 10. 1. 10:20
728x90

파이토치 설치 중에 공간이 없다고 한다..

 

 

$ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            9.5G     0  9.5G   0% /dev
tmpfs           1.9G  2.5M  1.9G   1% /run
/dev/sda1        28G   21G  5.4G  80% /

 

 

root 부분에 용량이 없는게 문제라고 한다. 가상환경을 설치해서 문제를 해결해보자. 

 

Vs code 에서 [ctrl + shift + p]

 

파이썬 인터프리터 선택

 

가상환경 만들기 선택

 

Conda선택

콘다를 더 많이 써서 익숙하다

 

 

 

 

 

 

열기

 

https://docs.anaconda.com/anaconda/install/

 

Installation — Anaconda documentation

Installation Review the system requirements listed below before installing Anaconda Distribution. If you don’t want the hundreds of packages included with Anaconda, install Miniconda, a mini version of Anaconda that includes just conda, its dependencies,

docs.anaconda.com

 

리눅스에 설치하기

 

 

 

위의 초록색 아나콘다 다운로드 

 

등록 건너뛰기

 

리눅스 64비트 설치 프로그램 1기가

 

 

 

 

Anaconda3-2024.06-1-Linux-x86_64.sh

 

$ bash Anaconda3-2024.06-1-Linux-x86_64.sh

 

 

 

터미널에서 엔터를 누르다보면 

 

엔터

yes

여기서 yes를 누르면 bashrc파일에 생기는듯.. 그래서 소스 빌드하면 가상환경 무조건 나오게..

 

 

 

$ source ~/.bashrc

 

 

 

기본으로 가상환경이 켜진다. 

 

 

$ vi ~/.bashrc

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

728x90