

You can activate your new environment by typing the following: (base) conda create -name my_env python=3.8 You can specify which version of Python to use for each Anaconda environment you create. To update the anaconda to the latest version, open and enter the following command:Īnaconda virtual environments let us specify specific package versions.

Enter the following bash command to activate the Anaconda installation.Īfter that, you’ll be in Anaconda’s default base programming environment, and your command prompt will change using it by entering anaconda-navigator in your terminal: The script will ask you if you want to run conda init once the installation is complete, which may take some time. Type yes to accept the license, and you’ll be prompted to choose the installation location.įor most people, the default location should suffice. In order to continue the installation process, please review the license agreement. To begin the installation procedure, run the script: Download the Anaconda installation script with wgetĬhange the anaconda version if you have downloaded different versions.
#INSTALL ANACONDA UBUNTU 20.04 INSTALL#
$ sudo apt install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
#INSTALL ANACONDA UBUNTU 20.04 HOW TO#
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
