https://pasongsong.tistory.com/231
https://jjeongil.tistory.com/1856
์ฐธ๊ณ
1. ์๋์ฝ๋ค ์ค์น
1. cd Downloads
https://www.anaconda.com/products/distribution
(๋ฆฌ๋ ์ค-์๋์ฐ: ์๊ฒฉ)
- AnyDesk ์ค์น
- ์ค์น ํ์ ์๋ฒ์ปด ๋ค์ด๊ฐ์ ์๋์ฝ๋ค ์ค์น ํ์ ์งํ
2. ํฐ๋ฏธ๋ ์ด๊ธฐ
Ctrl + Alt + T๋ฅผ ์ฌ์ฉ
๋ณต์ฌ: ctrl + shift + c
๋ถ์ฌ๋ฃ๊ธฐ: ctrl + shift + v
3. ์๋์ฝ๋ค ์ค์น
1.cd Downloads
- cd: ํ์ผ๋ก ์ด๋ํด๋ผ
- Downloads์ ์๋์ฝ๋ค ์ค์นํด์ ๋ค์ด๊ฐ๋ ๊ฑฐ์
2. bash Anaconda3-2022.10-Linux-x86_64.sh
์ค์น
- ์ฒ์์ ์ ๋ ฅํ๊ณ Enter
- s ์ญ ๋๋ฅด๋ค๊ฐ ๊ฑด๋ ๋ฐ๋ฉด yes
- path ๋ฌผ์ผ๋ฉด Enter
- ๊ทธ ํ์ ๋ค yes
์๋์ฝ๋ค ์ค์น๋ฅผ ํ์ฑํ: ์๊น์ง ์คํํ๊ณ ์ ธ์ ๋ซ์๋ค๊ฐ ๋ค์ ์ด์ด์ ํ์ฌ ์ ธ ์ธ์ ์ ๋ก๋
์ ๋ ฅ: source ~/.bashrc
ํ์ธ: conda info
5. ๊ฐ์ํ๊ฒฝ ์ค์
conda list
conda create -n py39 python=3.9
conda activate py39
6. VSC์์ ์ฃผํผํฐ, ์ฌ์ฉ
1) VSC์ ๋ค์ด๊ฐ์ ๊ฐ์ํ๊ฒฝ์ผ๋ก ์ ์
2) torch ์ค์น
์ด๋ ๋ฒ์ ๋ง์ถฐ์ค์ผ ํ๋ค
- nvidia-smi ํ์ธ
https://pytorch.org/get-started/locally/
์ฌ๊ธฐ๋ณด๋ฉด ๋ค์ cu144๋ก ๋ฒ์ ์์ ํด์ค
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu114 Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu114
728x90
'๐ OS > Linux' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Linux] User ์์ฑ ๋ฐฉ๋ฒ (0) | 2023.04.03 |
---|---|
[Ubuntu] ์ฐ๋ถํฌ ๋ฆฌ๋ ์ค์ CUDA 10.0 ์ค์น (0) | 2023.02.10 |
[Ubuntu] ์ฐ๋ถํฌ ์ฌ์ฉ์ ์ญ์ (0) | 2022.11.24 |
[Ubuntu] ์ฐ๋ถํฌ ๊ณ์ ์ถ๊ฐํ๊ธฐ (0) | 2022.11.24 |
[Ubuntu] Ubuntu 11.4์ tensorflow ์ค์น (0) | 2022.11.13 |