From eb8d641a3291ae38b24e3fbd47fb79f5343a126d Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 24 May 2016 10:43:02 -0700 Subject: [PATCH] Anaconda setup --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index c9db459..b4372c5 100644 --- a/.profile +++ b/.profile @@ -20,3 +20,6 @@ fi if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi + +# added by Anaconda3 2.4.1 installer +export PATH="/Users/doty/anaconda/bin:$PATH"