Note that there are some explanatory texts on larger screens.

plurals
  1. POrvm on OS 10.9 a few problems: second export path to .bash_profile, missing 2.0 path, and missing files
    text
    copied!<p>1)</p> <p>I have this error every time I load a new bash terminal</p> <pre><code>-bash: /etc/profile.d/sm.sh: No such file or directory -bash: /etc/profile.d/rvm.sh: No such file or directory </code></pre> <p>I saw <a href="https://stackoverflow.com/questions/16631326/error-message-bash-etc-profile-d-rvm-sh-no-such-file-or-directory">this</a> previously asked question with the answer to simply delete the references from .bashrc. But the answer is unaccepted and unvoted and the references to these files are not in .bashrc but in <code>~/etc/profile</code></p> <p>I should note that I don't have a profile.d directory under <code>/etc</code>. I have files <code>profile</code> and <code>profile~orig</code></p> <p>2)</p> <p>RVM added a second <code>export path</code> after I ran <code>rvm get stable</code>, but did not include a reference to Ruby 2.0.0 in either.</p> <pre><code>.bash_profile export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin [[ -s "$HOME/.rvm/scripts/rvm" ]] &amp;&amp; source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* export PATH=/usr/local/bin:/Users/mcb/.rvm/gems/ruby-1.9.3-p448/bin:/Users/mcb/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/mcb/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/mcb/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin </code></pre> <p>My instinct is to combine them into one, eliminate repeats, and add the references to ruby 2 manually. I also added the <code>$PATH:</code> myself, since that didn't work the first time either.</p> <p>3)</p> <p>This is clearly not right</p> <pre><code>my-macbook-pro:~ mcb$ rvm get sable --auto-dotfiles Warning! PATH is not properly set up, '/Users/mcb/.rvm/gems/ruby-2.0.0-p247/bin' is not available, usually this is caused by shell initialization files - check them for 'PATH=...' entries, it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles', to fix temporarily in this shell session run: 'rvm use ruby-2.0.0-p247'. cat: /Users/mcb/.rvm/help/get: No such file or directory </code></pre> <p>So, long story short I'm starting to get worried about trying to fix anything else myself without some sort of guidance for fear of just making things worse.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload