Whenever I open the terminal, this error message pops up:
-bash: /Users/j/.bash_profile: line 2: syntax error near unexpected token 'source'
-bash: /Users/j/.bash_profile: line 2: `if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi source /Users/jackdavis/.bash_profile'
I was wondering how to reset the /.bash_profile
so that this does not pop up when I open up terminal.
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi source /Users/jackd\ avis/.bash_profile – jack d Oct 18 '16 at 00:30