

Note: You do NOT need root privileges to install Anaconda, if you select a user writable install location, such as ~/anaconda.* After the self extraction is finished, you should add the anaconda binary directory to your PATH environment variable.Īs all of Anaconda is contained in a single directory, uninstalling Anaconda is easy (you simply remove the entire install location directory). These instructions explain how to install Anaconda on a Linux system.Īfter downloading the Anaconda installer, run the following command from a terminal: $ bash Anaconda-2.x.x-Linux-x86.shĪfter accepting the license terms, you will be asked to specify the install location (which defaults to ~/anaconda). To update a specific anaconda package, you can use the following command.Installation Instructions How to Upgrade the specific package of Anaconda

If you open the Anaconda Navigator, it looks like the below image. To try Navigator, after installing the Anaconda, click the Navigator icon on your os program menu, or run this command in the Anaconda prompt (or terminal on Linux or macOS): anaconda-navigator. You can install, remove, or update any Anaconda package with a few clicks in Navigator or the single conda command in Anaconda Prompt (terminal on Linux or macOS). If you use Anaconda prompt (or terminal on Linux or macOS), use that and conda.

However, which you download does not matter because you can create new environments that include any Python version packaged with conda.Īfter installing the Anaconda or Miniconda, use Navigator if you prefer the desktop graphical user interface (GUI). In doing so, it drops all the version constraints from history and tries to make everything as new as possible.Īnaconda2 includes Python 2.7, and Anaconda3 includes Python 3.7. This updates all packages in the current environment to the latest version. The conda update –all will upgrade everything.
