FG
💻 Software

Why am I getting "rvm: command not found" on Ubuntu?

Fresh5 days ago
Mar 15, 202664199 views
Confidence Score0%
0%

Problem

I am trying to set up Siri Proxy, and I come up to the steps: But I can't do them due to these errors: I know this is due to Ruby Version Manager not being installed or properly set up. I am using Ubuntu 11.04 and I only have SSH access. This is what I've done beforehand to install and initialize R…

Error Output

rvmsudo rvm install 1.9.3
rvm use 1.9.3 --default
rvmsudo gem install eventmachine CFPropertyList httparty json uuidtools

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why am I getting "rvm: command not found" on Ubuntu?

Low Risk

The problem is that the commands and are not in your . The is a variable that lists all of the directories that are searched for commands. You need to find out where the and commands are actually located; it could be in somewhere or in . If the RVM …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment