• 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

This Article Has Been Shared 557 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic 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

  • What is Data Lake in Big Data?

    A data lake comprises of multiple repositories providing data to an organisation for analytical processing including analytics & reporting.

  • Apache Spark Alternatives To Overcome Integrity Issues

    Apache Spark Has Problems Including Need Of Dependencies & Integrity. Here Is List Of Apache Spark Alternatives To Overcome Integrity Issues.

  • Install Apache Kafka on Ubuntu 16.04 : Single Cloud Server

    Here Are The Steps On How To Install Apache Kafka on Ubuntu 16.04 Running One Single Cloud Server Instance. Apache Kafka

  • List Of Open Source Big Data Visualization Tools

    Here Is List Of Open Source Big Data Visualization Tools Which Will Convert Data In To Graphs, Charts Usable With Tools Like Spark, Hadoop.

  • What is Data Refining in Big Data?

    What is Data Refining in Big Data? In Data Refining we refine disparate data to increase understanding of the data & remove data variability.

Additionally, 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

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

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 (21K Followers)
  • Twitter (5.3k 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

  • How Startups Can Convince the Investors April 14, 2021
  • What to Know About the Cloud Storage Services for Smartphones April 13, 2021
  • WonderFox HD Video Converter Factory Pro Review April 10, 2021
  • What is the Maximum Cable Length Between Arduino/ESP32 and a Sensor April 8, 2021
  • Is the Blockchain Hype Running Out of Breath? April 7, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "How To Install Anaconda on Ubuntu 16.04," in The Customize Windows, July 26, 2017, April 15, 2021, https://thecustomizewindows.com/2017/07/install-anaconda-ubuntu-16-04/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

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

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