PRDB ALT: различия между версиями
Перейти к навигации
Перейти к поиску
Vovan (обсуждение | вклад) (→anaconda) |
Vovan (обсуждение | вклад) (→anaconda) |
||
Строка 15: | Строка 15: | ||
chmod +x Anaconda3-2022.10-Linux-x86_64.sh | chmod +x Anaconda3-2022.10-Linux-x86_64.sh | ||
./Anaconda3-2022.10-Linux-x86_64.sh | ./Anaconda3-2022.10-Linux-x86_64.sh | ||
+ | |||
+ | ... | ||
+ | |||
+ | rm Anaconda3-2022.10-Linux-x86_64.sh |
Текущая версия на 09:58, 21 февраля 2023
Установка доп пакетов
apt-get install -y git
Установка платформ
java
apt-get install -y java-11-openjdk-devel java-11-openjdk
anaconda
cd /opt wget https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh chmod +x Anaconda3-2022.10-Linux-x86_64.sh ./Anaconda3-2022.10-Linux-x86_64.sh
...
rm Anaconda3-2022.10-Linux-x86_64.sh