Skip to content

Instantly share code, notes, and snippets.

@dipnlik
Created May 4, 2010 15:20
Show Gist options
  • Save dipnlik/389540 to your computer and use it in GitHub Desktop.
Save dipnlik/389540 to your computer and use it in GitHub Desktop.
rvm </3 PATH with spaces
export PATH="$HOME/Development/bin:\
/opt/local/bin:/opt/local/sbin:\
/usr/local/jruby/bin:\
/usr/local/mongodb/bin:\
/usr/local/mysql/bin:\
$PATH"
# rvm
if [[ -s $HOME/.rvm/scripts/rvm ]] ; then source $HOME/.rvm/scripts/rvm ; fi
When I create a new shell, this pops up:
-bash: whoami: command not found
-bash: whoami: command not found
-bash: whoami: command not found
-bash: sed: command not found
-bash: tail: command not found
-bash: sed: command not found
-bash: tr: command not found
If I remove the tabs on the PATH it works ok.
I'm on Snow Leopard, installed rvm 0.1.27 using gem install.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment