• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » How To Install Anaconda on Ubuntu 16.04

By Abhishek Ghosh July 26, 2017 8:23 am Updated on July 26, 2017

How To Install Anaconda on Ubuntu 16.04

Advertisement

Conda is a binary package manager used by Anaconda and other systems of Python and R. Anaconda commonly used for data processing, scientific computing, predictive analytics by the data scientists, developers, analysts, and peoples working in DevOps. Anaconda has collection of over 700+ F/OSS packages. Conda is the CLI utility of Anaconda. Here is how to install Anaconda on Ubuntu 16.04. Here is official documentation of Anaconda (and conda) :

Vim
1
https://docs.continuum.io

Here is Anaconda download page :

Vim
1
https://www.continuum.io/downloads

 

How To Install Anaconda on Ubuntu 16.04

 

SSH to your server and become root user. At the time of writing, the latest version is 4.4.0, you should use a later stable version if that is available while reading our guide. Change directory to the somewhere like /tmp and download the Anaconda for Python 3 bash script :

Advertisement

---

Vim
1
2
3
4
apt update
apt upgrade
cd /tmp
curl -O https://repo.continuum.io/archive/Anaconda3-4.4.0-Linux-x86_64.sh

Now chmod the bash script and execute it :

Vim
1
2
chmod +x Anaconda3-4.4.0-Linux-x86_64.sh
bash Anaconda3-4.4.0-Linux-x86_64.sh

You will get this output :

Vim
1
2
3
4
5
Welcome to Anaconda3 4.4.0 (by Continuum Analytics, Inc.)
 
In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue

Accept the prompts. You’ll get option where it will be installed. You can change location to some location where you keep your scripts and files. By default, it will try to get installed at user’s home. At the end, you will receive prompts like :

Vim
1
2
3
installation finished.
Do you wish the installer to prepend the Anaconda3 install location
to PATH in your /home/root/.bashrc ? [yes|no]

How To Install Anaconda on Ubuntu 16-04

Accept and source .bashrc :

Vim
1
source ~/.bashrc

We can check to see which versions of Python are available by using this Anaconda :

Vim
1
conda search "^python$"

We will create an example environment named tcw_env :

Vim
1
conda create --name tcw_env python=3

And source it :

Vim
1
source activate tcw_env

You can get rid of the environment by running :

Vim
1
source deactivate

You can check the other commonly used commands:

Vim
1
2
3
conda info --envs
conda update conda
conda update anaconda

Tagged With anaconda ubuntu , install anaconda ubuntu , ubuntu conda , ubuntu install anaconda , ubuntu anaconda , conda install ubuntu , conda ubuntu , anaconda ubuntu 16 04 , ubuntu 16 04 anaconda , how to install anaconda in ubuntu
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to How To Install Anaconda on Ubuntu 16.04

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Install Jupyter Notebook and TensorFlow On Ubuntu 18.04 Server

    Here is How To Install Jupyter Notebook and TensorFlow On Ubuntu 18.04 Server. It is probably easy to install Anaconda for Python packages.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • How to Install Miniconda on Ubuntu/CentOS

    Miniconda is Light Version of Anaconda Which Makes it Suitable to Install & Run on Server. Here is How to Install Miniconda on Ubuntu/CentOS.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy