Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 779 Bytes

anaconda.md

File metadata and controls

20 lines (17 loc) · 779 Bytes

anaconda installation

Anaconda is a (free) wrapped Python distribution, meaning it comes with a number of libraries pre-installed. The installation process is pretty straightforward (instructions below for Mac OS X):

Heads up! This installation edits your system search path. You can see this using any of these steps:

  • echo $PATH
  • which python
  • look at your ~/.profile file

If you don't like this, you can revert the change & create a separate shortcut to Anaconda:

  • edit ~/.profile
  • create a symbolic link with ln -s (see man ln for help)