

To install Anaconda on Ubuntu 20.04, follow the steps below: Check the Downloads page to see whether there is a new version of Anaconda for Python 3 available for download before downloading the installation script.ĭownloading the newest Anaconda installer bash script, verifying it, and then running it is the best approach to install Anaconda.

How To Install Anaconda on Ubuntu 20.04 & DerivativesĪnaconda3-2021.11-Linux-x86_64.sh is the most recent stable version at the time of writing this post. If the conda is successfully installed then run conda -V or conda –version in the command prompt and it will pop out the installed version. If you like, you can install Microsoft VSCode, but it’s not required. The benefit is that you can use Anaconda in your Command Prompt, Git Bash, cmder, and so on. Don’t forget to add the path to the environmental variable. Then, until the installation of Windows is complete, follow the on-screen instructions. After Anaconda has finished downloading, double-click the.exe file to start the installation process. Download based on your Operating set up (64x or 32x) for windows You can change the installation folder if you so desire. You can leave the default as it is and click on next. Now you have to specify the folder for installation. To keep things simple, choose Just me (Recommended) and click on next. ProgramData is the folder where Windows keeps the information of all the users. If you choose Install for all users, Anaconda will be installed in the folder C:\ProgramData\Anaconda3, if you dont decide to change the default installation directory in the next step. If you have multiple users using the Laptop or Desktop with different user names and passwords, you should choose Install for all users. For Just me installation type, Anaconda will be installed in the User Directory, which will be something like C:\Users\\anaconda3, if you don’t decide to change the default installation directory in the next step.

But, please remember that no other user will have access to Anaconda. Since we are installing Individual Edition and I am the only user on my Laptop, I prefer to use the Just me (Recommended). Anaconda Installation – Select Installation Type
