solihome.blogg.se

Install anaconda ubuntu 20.04
Install anaconda ubuntu 20.04











install anaconda ubuntu 20.04
  1. Install anaconda ubuntu 20.04 install#
  2. Install anaconda ubuntu 20.04 update#

The installer will get activated and ask you to press the Enter key to start the process. type lsįor example, the name of the file we downloaded in this tutorial is Anaconda3-2022.10-Linux-x86_64.sh, thus the installation command will be: bash Anaconda*-*-Linux-x86_64.sh Now we have the Anaconda Installer script, let’s run it to trigger the installation process.

install anaconda ubuntu 20.04

The size of the script will be around 550 MB, thus it would take some time depending on the internet connection you have.

install anaconda ubuntu 20.04

Wait for some time until it won’t get completely downloaded on your system. Scroll to the bottom, right-click on the Linux 64-Bit (x86) Installer, and copy its link.Īfter that get back to the Ubuntu WSL app, type wget and paste the link, for example: wget paste-link Open the browser of your Windows 10 or 11 system and go to the official website of Anaconda to download it, here is the link for the same.

Install anaconda ubuntu 20.04 update#

For that simply run: sudo apt update sudo apt upgrade 4. Due to the split of python3 and python2, using virtualenv to configure with pip, is often very handy.īefore moving further let’s make sure already existing packages on the Linux system are up to date and have their latest state. Once Anaconda is installed, python, conda, numpy, scipy, pandas, and other common scientific computing packages that may be used in general are installed, without the need to download the configuration separately.

Install anaconda ubuntu 20.04 install#

The installation of Anaconda is quite easy and for those who don’t want to deal with the command-line interface to install packages, various dependencies, and create an environment it also offers the Graphical user interface called Anaconda Navigator… It supports Linux, Mac, and Windows systems, and can easily solve the coexistence, switching, and various third-party packages of multiple versions of Python. If you want to know about the Anaconda, it is essential software that has been developed to use with Python and other scientific packages and their dependencies, such as conda. However, if you still want to install it on the Linux interface that is running on WSL 1 or WSL 2 Linux Apps such as Ubuntu, then that is possible as well. Here in this tutorial, we will learn the steps to install open source Anaconda Navigator on WSL- Windows Subsystem for Linux – Windows 10 or 11 using Ubuntu 20.04/22.04 Linux App.Īlthough Anaconda Navigator by default is available for Windows 10 or 11 in the executable file format.













Install anaconda ubuntu 20.04