References: https://csm-kr.tistory.com/26
+) 정말 감사합니다.
1. sudo apt-get update
2. wget https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh
3. bash Anaconda3-2023.09-0-Linux-x86_64.sh
4. Conda 설치 -> Enter, yes 누름
5. nano ~/.bashrc
- export PATH="$HOME/anaconda3/bin:$PATH"
---> 여기서 anaconda3는 conda 설치할 때 설치되는 기본 폴더 이름.
---> yes를 한번 더 입력하고, 어떤 창이 나오는데 그곳에서 실수로 'yes' 입력해서 나는 경로가 "$HOME/yes/bin:$PATH" 가 되었다..ㅠ
- source ~/.bashrc
- conda -V로 버전 확인
1. ubuntu-drivers devices
-> sudo apt install -y ubuntu-drivers-common
- Unable locate error 발생한 경우
--> solution: https://seong6496.tistory.com/400
--> vi 파일 다루는 법: https://jitolit.tistory.com/27
--> DNS 추가: https://hs5555.tistory.com/44
--> public key error: https://miiingo.tistory.com/363
'Anything else' 카테고리의 다른 글
[누적방문수 10만 돌파!!] (6) | 2024.04.20 |
---|---|
[Stanford NLP Group] - 🌸Sakura-SOLAR Tweet (2) | 2024.01.03 |
[LLM 리더보드 관련 기사] (1) | 2023.10.12 |
Github 꾸미는 꿀팁 - shield.io (0) | 2023.10.03 |
[DeepL pro 이용하기] - Rapid API 이용 (0) | 2023.07.20 |