728x90
반응형
1. Anaconda archive download
1.1 Browser download
- All
https://repo.anaconda.com/archive/
- Linux :
https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh
- Windows :
https://repo.anaconda.com/archive/Anaconda3-2023.03-Windows-x86_64.exe
1.2 Terminal download
$ wget https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh
2. Conda install
$ cd /conda_download_dir
$ chmod u+x Anaconda3-2023.03-Linux-x86_64.sh
$ ./Anaconda3-2023.03-Linux-x86_64.sh
3. Conda package update
$ cd /conda_install_dir
$ cd bin
$ conda update -n base conda
4. All python package update
$ cd /conda_install_dir
$ cd bin
$ conda update --all
728x90
반응형
'개발 > Python' 카테고리의 다른 글
Lotto 6/45 (korea lottery) random generation pyscript version(v0.1) (0) | 2023.04.28 |
---|---|
PIP package backup / restore (0) | 2023.04.19 |
python library install (0) | 2023.03.07 |
Ubuntu pip install / upgrade (0) | 2023.03.07 |
Ubuntu 20.04 Python 3.9 / 3.10 install (2) | 2022.04.04 |