I've ready through other threads on Stack Overflow and despite my efforts the issue doesn't seem to resolve. Since installing OS X Mavericks I'm not able to open Sublime Text 2 from the command line.
I've tried following these guidelines:
http://benkwok.wordpress.com/2013/11/17/setup-sublime-text-2-on-osx-mavericks-for-ruby-on-rails/
When I run this from the terminal Sublime pops up so that's good: http://benkwok.wordpress.com/2013/11/17/setup-sublime-text-2-on-osx-mavericks-for-ruby-on-rails/
I've added these lines to the bottom of my bash_profile:
export PATH=/bin:/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$PATH↲
export EDITOR='subl -w'
However, when I try to run:
source ~/.bash_profile
from the command line I get:
-bash: rbenv: command not found
-bash: rbenv: command not found
-bash: Gemfile: command not found
When I try to subl . from inside a folder with files in it, I get the following error:
-bash: subl: command not found
So, my bash_profile is obviously configured wrong for Mavericks. Any and all help appreciated.