Created
May 4, 2010 15:20
-
-
Save dipnlik/389540 to your computer and use it in GitHub Desktop.
rvm </3 PATH with spaces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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