Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Cody Evans
Cody Evans
33,900 Points

Errors after trying to uninstall RVM

I am getting error messages about my .bash_profile after trying to uninstall RVM completely.

Here is what my terminal is showing:

Last login: Fri Jul 18 10:46:55 on ttys000 -bash: __rvm_add_to_path: command not found -bash: /Users/ISRC/.bash_profile: line 17: unexpected EOF while looking for matching `"' -bash: /Users/ISRC/.bash_profile: line 18: syntax error: unexpected end of file ISRC@Idahos-Mac-Pro:~$

Here is what my .bash_profile looks like:

alias ls='ls -GFh'
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad

# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}”
export PATH

# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"