Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy am I getting warnings when I'm trying to install RVM?
    primarykey
    data
    text
    <p>I'm trying to install RVM on a new machine. I have done it before and then it went fine. But now I keep getting these errors:</p> <pre><code>WARNING: Could not source '/Users/anders/.rvm/scripts/base' as file does not exist. RVM will likely not work as expected. WARNING: Could not source '/Users/anders/.rvm/scripts/version' as file does not exist. RVM will likely not work as expected. WARNING: Could not source '/Users/anders/.rvm/scripts/selector' as file does not exist. RVM will likely not work as expected. WARNING: Could not source '/Users/anders/.rvm/scripts/cd' as file does not exist. RVM will likely not work as expected. WARNING: Could not source '/Users/anders.rvm/scripts/cli' as file does not exist. RVM will likely not work as expected. WARNING: Could not source '/Users/anders/.rvm/scripts/override_gem' as file does not exist. RVM will likely not work as expected. cat: /Users/anders/.rvm/VERSION: No such file or directory /Users/anders/.rvm/src/rvm/scripts/rvm: line 133: __rvm_conditionally_add_bin_path: command not found </code></pre> <p>I followed the steps on <a href="https://rvm.beginrescueend.com/rvm/install/" rel="nofollow">https://rvm.beginrescueend.com/rvm/install/</a> but it doesn't work. </p> <p>I used: </p> <pre><code>bash &lt; &lt;(curl -s https://rvm.beginrescueend.com/install/rvm) </code></pre> <p>when installing, I'm not running as root nor using <code>sudo</code>. </p> <p>I also added this to my .bash_profile file: </p> <pre><code>[[ -s "$HOME/.rvm/scripts/rvm" ]] &amp;&amp; . "$HOME/.rvm/scripts/rvm" </code></pre> <p>I checked and the "complaining" files do exist, so I guess it's a permission thing. Any tips on how to solve this would be greatly appreciated. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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