

- #Anaconda navigator tutorial install
- #Anaconda navigator tutorial update
- #Anaconda navigator tutorial license
I seems can’t found it under the list of application like how windows installation works.

My next headache is to find where is the Anaconda Navigator.
#Anaconda navigator tutorial update
Then proceed to Anaconda update: $ conda update anaconda Where is the Anaconda Navigator? You may want to check any updates after installation: $ conda update condaĬonfirm it by type y in the terminal. It’s important to keep your conda tool updated. 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 tutorial 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 tutorial 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 Run Anaconda Navigator, present in bin as shown below. Open a Terminal and navigate to the anaconda installation package. Thank you for installing Anaconda3!Ĭlose the terminal. The installation of the required packages starts, and once finished, you would get the following ‘installation complete’ message. If you are fine with the default path mentioned, press ENTER, else you may provide the path as shown and press ENTER. Anaconda3 will now be installed into this location: Provide the path for Anaconda installation. Anaconda3-5.0.1-Linux-x86_64.shĪccept the license agreement. But in this tutorial, we shall download Anaconda 5 with Python 3.6. Anaconda 5 is available with Python 2.7 also, download it only if you are sure and is necessary.
