Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>When you're typing <code>ruby</code> you're still hitting the system ruby, not the rvm ruby.</p> <p>Did you follow all the directions here: <a href="https://rvm.io//rvm/install/" rel="nofollow">https://rvm.io//rvm/install/</a> ?</p> <p>It looks like you're running Linux -- did you see this section in the rvm install docs?</p> <pre><code>If you open a new shell and running: $ type rvm | head -1 does not show "rvm is a function", RVM isn't being sourced correctly. Ensure that RVM is sourced after any path settings as RVM and manipulates the path. If you don't do this, RVM may not work as expected. If you are using GNOME on Red Hat, CentOS or Fedora, ensure that the Run command as login shell option is checked under the Title and Command tab in Profile Preferences. After changing this setting, you may need to exit your console session and start a new one before the changes take affect. </code></pre> <p>Also, <code>rvm</code> adds some lines to your <code>.bashrc</code> file to load itself into memory whenever you open a console session. It looks like this may be your issue.</p> <p>In my <code>.bashrc</code>, for example, <code>rvm</code> inserted the following:</p> <pre><code>export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/postgresql84/bin:$PATH [[ -s "$HOME/.rvm/scripts/rvm" ]] &amp;&amp; source "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session. PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting </code></pre> <p>Is there something similar in yours? Also, if you're using z-shell you may need to take some extra steps that are outlined in the install docs.</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.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      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