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
Last login: Wed Aug 14 13:16:01 on ttys005 | |
-bash: /etc/profile.d/rvm.sh: No such file or directory | |
~/.bash_profile | |
Maclaurin:~ pat$ https://gist.github.com/pferrel/6235150 | |
Maclaurin:~ pat$ echo $GEM_HOME; echo $PATH ; | |
/Users/pat/.rvm/gems/ruby-1.9.3-p448 | |
/Users/pat/.rvm/gems/ruby-1.9.3-p448/bin:/Users/pat/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/pat/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/pat/.rvm/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/bin:/usr/local/Cellar/ruby/1.9.3-p194/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/pat/Library/Scripts:/Users/pat/bin:/usr/local/hadoop/bin:/usr/local/mahout/bin:/Users/pat/scripts:/usr/local/bixo:/Applications/MAMP/Library/bin:/Users/pat/pear/bin:/usr/local/Cellar/git/1.7.11.3/bin:/Users/pat/utils:/usr/local/pig | |
Maclaurin:~ pat$ cd farfetchers | |
You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers, | |
you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-versi |
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
Maclaurin:farfetchers pat$ echo $GEM_HOME; echo $PATH ; | |
/Users/pat/.rvm/gems/ruby-1.9.3-p448@farfetchers | |
/Users/pat/.rvm/gems/ruby-1.9.3-p448@farfetchers/bin:/Users/pat/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/pat/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/pat/.rvm/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/bin:/usr/local/Cellar/ruby/1.9.3-p194/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/pat/Library/Scripts:/Users/pat/bin:/usr/local/hadoop/bin:/usr/local/mahout/bin:/Users/pat/scripts:/usr/local/bixo:/Applications/MAMP/Library/bin:/Users/pat/pear/bin:/usr/local/Cellar/git/1.7.11.3/bin:/Users/pat/utils:/usr/local/pig |
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
the last line of my ~/.bash_profile: | |
source /Users/pat/.rvm/scripts/rvm | |
When I run my shell I get the error: | |
Last login: Mon Aug 12 16:05:58 on ttys000 | |
-bash: /etc/profile.d/rvm.sh: No such file or directory | |
~/.bash_profile |
NewerOlder