Anaconda python linux mint

How To Install Anaconda on Linux Mint 20

In this tutorial, we will show you how to install Anaconda on Linux Mint 20. For those of you who didn’t know, Anaconda is a popular Python/R data science and machine learning platform, used for large-scale data processing, predictive analytics, and scientific computing.

This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘ sudo ‘ to the commands to get root privileges. I will show you through the step-by-step installation of Anaconda python on a Linux Mint 20 (Ulyana).

Prerequisites

  • A server running one of the following operating systems: Linux Mint 20 (Ulyana).
  • It’s recommended that you use a fresh OS install to prevent any potential issues.
  • A non-root sudo user or access to the root user . We recommend acting as a non-root sudo user , however, as you can harm your system if you’re not careful when acting as the root.

Install Anaconda on Linux Mint 20 Ulyana

Step 1. Before running the tutorial below, it’s important to make sure your system is up to date by running the following apt commands in the terminal:

sudo apt update sudo apt install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6

Step 2. Installing Anaconda on Linux Mint 20.

Now we download the latest Anaconda from the official page:

wget https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh

Once done, check the data integrity of the script by running the sha256sum command:

sha256sum Anaconda3-2020.11-Linux-x86_64.sh

Compare it with the official Hashes for Anaconda. If the hash value of the locally downloaded installer file matches the official hash, you’re good to go.

Next, install Anaconda for Python 3.8 using the following command:

bash Anaconda3-2020.11-Linux-x86_64.sh

Now keep pressing enter till it asks:

Do you accept the license terms? [yes|no] Do you wish the installer to initialize Anaconda3 by running conda init? [yes|no]

To activate the Anaconda installation, you can either close and re-open your shell or load the new PATH environment variable into the current shell session by typing:

Читайте также:  Using signals in linux

Step 3. Verify Anaconda installation.

Run the following command from the Terminal to verify Anaconda installation:

Congratulations! You have successfully installed Anaconda. Thanks for using this tutorial for installing the latest version of Anaconda python on the Linux Mint system. For additional help or useful information, we recommend you to check the official Anaconda website.

If you don’t have time to do all of this stuff, or if this is not your area of expertise, we offer a service to do “VPS Manage Service Offer”, starting from $10 (Paypal payment). Please contact us to get the best deal!

Источник

Установка Anaconda Python в Linux Mint

Ниже я опишу процесс установки Anaconda в Linux. В моем случае я устанавливаю в Linux Mint 20.1 , но процесс установки в Ubuntu отличаться не будет.

Сначала необходимо скачать установочный файл по адресу https://www.anaconda.com/products/individual, я сохранил его в папку Загрузки (/home/alex/Загрузки)

Далее открываем терминал в этой папке и запускаем скачанный файл командой:

Установка Anaconda Python в Linux Mint

Сначала нажимаем ENTER для начала процесса установки, на следующем шаге нас знакомят с лицензионным соглашением и жмем ENTER чтобы пролистать его до конца. После этого вводим yes и продолжаем установку.

На следующем шаге выбираем рекомендуемый параметр установки просто нажав ENTER.

На последнем шаге отвечаем на вопрос Do you wish the installer to initialize Anaconda3 by running conda init? yes и установка завершается.

Далее я просто перезапустил терминал и он включился уже с активированным окружением base

Установка Anaconda Python в Linux Mint

Чтобы запустить Anaconda Navigator просто вбейте в терминале команду

Установка Anaconda Python в Linux Mint

Есть некоторые моменты, которые хотел уточнить.

Например, после установки Анаконды среда base автоматически активировалась при запуске терминала, мне это не нужно и я отключил это командой:

conda config —set auto_activate_base false

Теперь чтобы активировать окружение base нужно выполнить команду:

соответственно чтобы деактивировать ее нужно выполнить команду

Если при попытке запуска навигатора у вас появляется ошибка:

anaconda-navigator: команда не найдена

проверьте активирована ли у вас виртуальная среда, если что сначала выполните conda activate base, а потом еще раз anaconda-navigator.

Категории

Свежие записи

Источник

How to Install Anaconda in Linux Mint 20?

Anaconda is a popular Python platform that is widely used in Machine learning and its associated fields. It contains many open-source data packages, and we can also install more than 7500 data packages using Anaconda repositories.

Anaconda can be installed on Linux Mint 20 from the installer script.

Installing Anaconda in Linux Mint 20

Anaconda is available in four versions i.e., Team, Individual, Enterprise, and Commercial. Except for the Individual version, all other versions are paid. Therefore, we will install Anaconda Individual version.

Complete the below-given steps to install Anaconda on Linux Mint 20:

1. Fire up the terminal and update and upgrade the system with the command:

Читайте также:  Linux dhcp server start fail

The system will be updated and upgraded successfully.

2. Anaconda is dependent on some additional libraries. Next, install the required dependencies:

Press ‘y’ to continue installing the dependencies.

3. As of preparing this post, the latest available version of Anaconda is 2020.11. We will download the installer script in the/tmp directory because the installer script will run once. Next, download the Anaconda installer script by typing the command:

4. When the Anaconda installer script is downloaded successfully, verify the data integrity of the script with the command:

However, this step is optional and you can skip it.

Visit the Anaconda webpage (https://docs.anaconda.com/anaconda/install/hashes/Anaconda3-2020.11-Linux-x86_64.sh-hash/) and make sure that the hash value printed on the command line is equal to the value provided on the official webpage.

5. Now, install the Anaconda on Linux Mint by executing the command:

Press ‘Enter’ to continue installing Anaconda.

While installing Anaconda, you will see the License Agreement text. Keep pressing ‘Enter’ to continue reading the License Agreement.

Accept the license terms by typing ‘yes’.

Now, choose the location where Anaconda will be saved and installed.

The Conda init file initializes the Anaconda3 initialization. Type ‘yes’ to start Anaconda initialization.

Once the Anaconda is successfully installed, activate the Anaconda using the command:

Anaconda is activated successfully.

Removing Anaconda from Linux Mint 20

If you wish to remove Anaconda from your Linux Mint 20 system, run the below-given command to do so:

The above-given command will remove the Anaconda directory and all the files from your system.

Conclusion

Anaconda is available in various editions or versions. However, the Individual edition is free and open-source. Anaconda is a Python distribution and is widely used by many popular organizations to perform the data analysis task. In this post, we have learned about Anaconda installation on Linux Mint 20.

About the author

Kamran Sattar Awaisi

I am a software engineer and a research scholar. I like to write article and make tutorial on various IT topics including Python, Cloud Computing, Fog Computing and Deep Learning. I love to use Linux based operating systems.

Источник

Как установить Anaconda на Linux Mint 20

hosting.energy недорогой хостинг сайтов

hosting.energy недорогой хостинг сайтов

В этом руководстве мы покажем вам, как установить Anaconda на Linux Mint 20. Для тех из вас, кто не знал, Anaconda — популярная платформа Python / R для науки о данных и машинного обучения, используемая для крупномасштабной обработки данных, прогнозирования. аналитика и научные вычисления.

В этой статье предполагается, что у вас есть хотя бы базовые знания Linux, вы знаете, как использовать оболочку, и, что наиболее важно, вы размещаете свой сайт на собственном VPS. Установка довольно проста и предполагает, что вы работаете с учетной записью root, в противном случае вам может потребоваться добавить ‘ sudo ‘ к командам для получения привилегий root. Я покажу вам пошаговую установку Anaconda python на Linux Mint 20 (Ульяна).

Установите Anaconda на Linux Mint 20 Ulyana

Шаг 1. Перед запуском приведенного ниже руководства важно убедиться, что ваша система обновлена, выполнив следующие apt команды в терминале:

sudo apt update sudo apt install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6

Шаг 2. Установка Anaconda на Linux Mint 20.

Теперь скачиваем последнюю версию Anaconda с официальной страницы:

wget https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh

После этого проверьте целостность данных скрипта, выполнив sha256sum команду:

sha256sum Anaconda3-2020.11-Linux-x86_64.sh

Сравните его с официальными хэшами для Anaconda . Если хеш-значение локально загруженного файла установщика совпадает с официальным хешем, все готово.

Читайте также:  Linux mint зашифровать диск

Затем установите Anaconda для Python 3.8, используя следующую команду:

bash Anaconda3-2020.11-Linux-x86_64.sh

Теперь продолжайте нажимать Enter, пока он не спросит:

Do you accept the license terms? [yes|no] Do you wish the installer to initialize Anaconda3 by running conda init? [yes|no]

Чтобы активировать установку Anaconda, вы можете либо закрыть и снова открыть оболочку, либо загрузить новую переменную среды PATH в текущий сеанс оболочки, набрав:

Шаг 3. Проверьте установку Anaconda.

Выполните следующую команду из Терминала, чтобы проверить установку Anaconda:

Поздравляю! Вы успешно установили Anaconda . Благодарим за использование этого руководства для установки последней версии Anaconda python в системе Linux Mint. Для получения дополнительной помощи или полезной информации мы рекомендуем вам посетить официальный сайт Anaconda .

Источник

Install Anaconda on Linux Mint.

In this article I will go through the installation process of Anaconda onto Linux Mint.

Step 1. Download Anaconda

Go to anaconda.com and download the installation file as shown below.

After the downloading completes you will see the installation shell script:

Step 2. Run the installation script

Now open the terminal (CTRL+ALT+T) navigate to the directory where the installation file was downloaded and run the the script:

You will be asked to press Enter, and then to agree with the license terms, and then press Enter again to confirm the location of the installation:

Once the installation is finished you will be asked if you want to initialize Anaconda3 – answer yes. This will install the virtual environment which will be activated each time you open a terminal.

Then you will see the following message:

As you can see below the Anaconda virtual environment is activated in a new terminal without any actions:

You can disable this behavior by running:

conda config --set auto_activate_base false

The terminal output might be a bit different in your case, but generally should be pretty straightforward.

Step 3. Run Anaconda Navigator

To launch Anaconda GUI run the following command in terminal:

The GUI will open and you can start using the offered applications

On my initial attempt to run anaconda-navigator after fresh installation I got this error:

UnboundLocalError: local variable ‘DISTRO_NAME’ referenced before assignment

Quick Google search revealed (https://github.com/ContinuumIO/anaconda-issues/issues/11635) that the issue is solved by running:

conda update anaconda-navigator

Conclusion

I hope these instructions helped you to install Anaconda on your machine. Thank you for reading.

Источник

Оцените статью
Adblock
detector