My Coding >
Programming language >
Python >
How to Install Anaconda on Ubuntu 20.04
How to Install Anaconda on Ubuntu 20.04Anaconda is a Python/R development platform used for data analysis, scientific calculations ant many more. Anaconda navigator is are graphical interface for accessing open source data packages from Anaconda repository. It is also include conda command tool for installation and uprating all components. Download latest version of AnacondaFirst of all it is necessary do download latest Anaconda installer from the official web. For personal use it is enough to install Anaconda Individual Edition on Ubuntu 20.04,. You can download this package from this page: https://www.anaconda.com/products/individual. If you need to install previous version of Anaconda, you can use archive repository from this page: https://repo.anaconda.com/archive/. For installation Anaconda on Ubuntu 20.04, it is nesesary to have an access to root privileges and command line. Step 1: installing librariesThe libraries are necessary for GUI interface, but also these libraries will be very useful for further development and I do advice to install them
Step 2: Download installation packageIt is possible to download this package via web-interface, or you can use wget command. The size is about 0.5 Gb and it can take some time, depending on your internet speed.
Step 3: Checking downloaded packageFor your own safety, it is possible to check the checksum of this package and compare with official information, bu checking sha256 sum with command sha256sum
Check the output fedf9e340039557f7b5e8a8a86affa9d299f5e9820144bd7b92ae9f7ee08ac60 with the information from official page for this package: https://docs.anaconda.com/anaconda/install/hashes/lin-3-64/. Go to your package page and check the hash sum for your installation file:
Step 4: Run installation package on Ubuntu 20.04Run instalation package (the path to this package on your local Ubuntu 20.04 and file name can be different)
During this installation process you will be required to agree with license terms by pressing ENTER. Then you need to the installation path, but for the first time I do advise to use default installation path /home/username/anaconda3. At the end of this installation process you will be asked to confirm the conda init process and you need to agree with this. Step 5: First start of Anaconda navigatorTo continue to use this shell you need to refresh the PATh environment
Or just simply close this shell and open another one.
Step 6: Updating AnacondaAfter installation it is a good idea to update all packages
Do agree with all offered packages to upgrade and wait until the process will finish. At this point the Anaconda navigator is completely installed and ready to use. I do also recommend to add R to use with jupyter notebook
|
Last 10 artitles
9 popular artitles
|
|||||
© 2020 MyCoding.uk -My blog about coding and further learning. This blog was writen with pure Perl and front-end output was performed with TemplateToolkit. |