anaconda

Getting started with anaconda

Remarks#

Community created:

This section provides an overview of what anaconda is, and why a developer might want to use it.

It should also mention any large subjects within anaconda, and link out to the related topics. Since the Documentation for anaconda is new, you may need to create initial versions of those related topics.

Anaconda is a data science platform powered by Python. The open source version of Anaconda is a high performance distribution of Python and R and includes over 100 of the most popular Python, R and Scala packages for data science.

It has access to over 720 packages that can be installed with conda, the package, dependency and environment manager, that is included in Anaconda.

Installation or Setup

Detailed instructions on getting anaconda set up or installed.

Install Anaconda for macOS using command line

Go to the DOWNLOAD ANACONDA NOW page. Beneath the “Graphical Installer” buttons for Anaconda for macOS, there are command-line text links for Python versions 2.7 and 3.6.

Download the command line installer for Anaconda with Python 2.7 or Anaconda with Python 3.6.

Optional: Verify data integrity with MD5 or SHA-256. more info on hashes

Python 2.7: Open the Terminal.app or iTerm2 terminal application and enter the following:

bash ~/Downloads/Anaconda2-4.3.0-MacOSX-x86_64.sh

Or for Python 3.6 enter the following:

bash ~/Downloads/Anaconda3-4.3.0-MacOSX-x86_64.sh

NOTE: You should include the bash command regardless of whether you are actually using the bash shell.

NOTE: Replace ~/Downloads with your actual path and Anaconda3-4.3.0-MacOSX-x86_64.sh with your actual file name.

The output of a successful installation will include the messages “Installation finished.” and “Thank you for installing Anaconda!”

When your install is complete, begin using Anaconda with the instructions in What’s next?


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow