Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7589133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:05:19+00:00 2026-05-30T20:05:19+00:00

I installed rvm using commands which by convention should return rvm as a function

  • 0

I installed rvm using commands which by convention should return rvm as a function

1) bash < <(curl -sk https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
2) echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
3) source .bash_profile
4) type rvm | head -1

    should return ("rvm is a function") // and it returned, rails was perfectly fine yesterday.

It worked perfectly yesterday, but now today when I am checking out rails. Its saying rails is not installed.

   type rvm | head -1
   returns "RVM is Hashed".

Here is something that i got from official site, but i dont know next I should do.
So the question is:

What should be done to get the rvm installed in a function mode and not binary mode?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T20:05:20+00:00Added an answer on May 30, 2026 at 8:05 pm

    One possible reason might be that RVM is not being accessible from .bash_profile file so try out using .bashrc file instead of .bash_profile.

    Copy and paste following commands into the terminal

    echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bashrc
    source ~/.bashrc
    

    Hope it works for you. worked for me cheers !!

    ===== Edit =====

    The following should work in all cases :

    curl -L https://get.rvm.io | bash -s stable
    echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile
    echo "source $HOME/.rvm/scripts/rvm" >> ~/.bashrc
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After installing rvm, using the following: $ curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer > rvm-installer $ bash
I just installed rvm in my machine using the following command bash < <(curl
I have installed rvm (mutiuser option) and ruby using rvm install on my test
I have upgraded ruby using the following commands with rvm: rvm get head rvm
I am currently using ubuntu 11.10. I just now installed rvm and ruby 1.9.2.
Note: Im on OSX 10.6.6 I successfully installed 1.9.2 using RVM. After doing so
I am following these instructions: https://github.com/phifty/agraph/blob/master/README.rdoc , and there is a step to install
I am trying to install ruby 1.9.2 from a ruby script using rvm which
I am on Linux Mint 12. I installed RVM and ran these commands: rvm
I have installed rvm after installing Mac OS Lion. The problem which I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.