반응형
먼저 파이썬이 설치되어 있다고 가정하고 jupyter notebook 실행해보겠습니다.
1. 우선 Anaconda에 접속하여 파이썬 버전과 컴퓨터 사양에 맞는 설치파일의 링크주소를 복사.
2. wget 으로 실행.
3. 실행파일 실행 // y/n이 나오면 y을 입력.
4. conda 버전확인.
5. conda 업데이트.
6. Jupyter notebook 실행.
[root@localhost ~]# wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh [root@localhost ~]# sh Anaconda3-2019.10-Linux-x86_64.sh [root@localhost ~]# conda -V [root@localhost ~]# conda update conda [root@localhost ~]# jupyter notebook --allow-root |
반응형
'데이터엔지니어 > linux' 카테고리의 다른 글
[centos] sbt 설치하기 (0) | 2023.07.07 |
---|---|
[linux] sbt 설치방법 (0) | 2023.04.05 |
[linux] netstat 설명 (0) | 2023.03.30 |
Mac m1 brew 설치 및 warning: /opt/homebrew/bin is not in your path 에러해결 (0) | 2022.07.09 |
-bash: /usr/bin/yum: /usr/bin/python: bad interpreter: 허가 거부 해결 (0) | 2019.12.13 |