

Use the following link to download the Miniconda. It includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others. Miniconda is the smaller installer version of the Conda. Step 1.1: The very first step is to download the Miniconda. Downloading and installing Visual Studio Code.It is maintained by Microsoft and absolutely free to use. The entire process involved downloading Miniconda (python library manager) and Visual Studio Code, installing them, and creating an environment for managing and handling project libraries.īecause it is small in size, easy to download, and only contains required libraries and dependencies which require minimum installation time.īecause VS Code is one of the best integrated development environment (IDE) with awesome look and up-to-date functionalities used by millions of developers worldwide. Advanced conda users can also build their own Navigator applications. In this tutorial, we will go through the whole process from downloading to installing Python and setting a custom environment for personal projects. What applications can I access using Navigator For information on what applications are available by default in Navigator, see Home page.
#Download anaconda python for linux link install
With advancements in open-source package managers, it has become simple and straightforward. Step 1 Retrieving the Latest Version of Anaconda From a web browser, go to the Anaconda Distribution page, available via the following link: Find the latest Linux version and copy the link to the installer bash script. 6 Answers Sorted by: 36 As suggested here, with an installation of the last anaconda you can create an environment just like Cleb explained or downgrade python : conda install python3.6.0 With this second solution, you may encounter some incompatibility issues with other packages. Setting up Python and running it smoothly on your PC is essential for data analytics or computational work.
