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"