Download latest version of anaconda on ubuntu
Although Anaconda ships with this default base programming environment, you should create separate environments for your programs and to keep them isolated from each other.
You can further verify your install by making use of the conda command, for example with list :. Anaconda virtual environments allow you to keep projects organized by Python versions and packages needed. For each Anaconda environment you set up, you can specify which version of Python to use and can keep all of your related programming files together within that directory.
Since we are using the Anaconda with Python 3 in this tutorial, you will have access only to the Python 3 versions of packages. We can achieve this by assigning version 3 to the python argument. As long as you agree, type y. With your environment activated, your command prompt prefix will reflect that you are no longer in the base environment, but in the new one that you just created.
Note that you can replace the word source with. To target a more specific version of Python, you can pass a specific version to the python argument, like 3. Each environment you create with conda create will come with several default packages:.
You can add additional packages, such as numpy for example, with the following command:. If you know you would like a numpy environment upon creation, you can target it in your conda create command:. If you are no longer working on a specific project and have no further need for the associated environment, you can remove it. To do so, type the following:. Now, when you type the conda info --envs command, the environment that you removed will no longer be listed.
You should regularly ensure that Anaconda is up-to-date so that you are working with all the latest package releases. You can get the details of the latest version of Anaconda through the web source using the following link:.
The first and foremost rule of installing any program on Linux is updating the system packages. Update your existing system packages using the following command:. Next, download curl if it does not already exist on your Ubuntu system. Curl will assist in implementing the commands for the installation of Anaconda. Apply this command to get curl on your system. You can utilize the curl tool in the system command terminal to download the Anaconda installer after switching to the tmp repository.
Keep in mind that the version So, if you are operating the 2. I hope this tutorial helped you a lot in downloading and installing Anaconda installer on Ubuntu and other Linux distributions.
Save my name, email, and website in this browser for the next time I comment. And you must give yes if you agreed fro license terms Welcome to Anaconda3 Do you approve the license terms? This step by step guide will show you how to install Anaconda on an Ubuntu Our tutorial on installing Anaconda on Ubuntu At the time this article was written, the latest version of Anaconda is Checksum is a security tool used to verify the authenticity and integrity of a downloaded script.
Compare those to the appropriate checksum or hash in the Anaconda documentation. The Anaconda installer is a bash script. To run the installation script, use the command:.
The installer will prompt you to accept the default location, or install to a different location. Use the default path unless you have a specific need to change it.
0コメント