

In case you want to remove it completely (prevent auto activation) you can use: $ conda config –set auto_activate_base false Keep Your Conda Updated However, it will reappear again when you relaunch the terminal. If you want to remove it and back to original path, use: $ conda deactivate

Which show that your base path for terminal now become anaconda3. Notice that your terminal now has (base) on it. Now you can activate the installation by restart the terminal or by using: $ source ~/.bashrcĪnd test the installation and activation by conda command: $ conda listĪnd display more information about current conda installation: $ conda info Please read more in its official website.
ANACONDA NAVIGATOR UBUNTU INSTALL
You may also want to install Visual Studio Code. Then I just type yes whenever some options appear for customizing the installation.įor example in it may ask you the installation location: Anaconda3 will now be installed into this location:ĭo you wish the installer to prepend the Anaconda3 install location
ANACONDA NAVIGATOR UBUNTU LICENSE
The annoying part is to finish license agreement part and you can only press enter until the bottom of the page. Then run the script using: $ bash Anaconda3-2019.07-Linux-x86_64.sh Run the Script and Complete Installation Process Make sure the output is similar with the provided one in the Anaconda website. To make sure that your installer is the correct one, use: $ sha256sum Anaconda3-2019.07-Linux-x86_64.sh $ cd /tmpĭon’t forget to change the script name based on your version preference. So open your terminal and use curl to download the bash script. In my case I use the latest version (when I write this tutorial) that is Anaconda3-2019.07. Now when I try to install Anaconda into Ubuntu, I din’t find one vital tools that I like: Anaconda Navigator! After some trial-error and googling into the web, finally I found it and make it works! Now see how I do it: Find Your Desired Anaconda Version and Download it But installing some other package into Anaconda can be hassle. For most cases I quite enjoy using it especially when I use it in windows platform. Then I shifted to using Anaconda due to certain needs from my new project. Usually I prefer to use Geany and terminal for my python programming purpose. * Anaconda version that used here is Anaconda3-2019.07
