From 5eded7cf831d16b833c13145f5e0bf8f7399bc54 Mon Sep 17 00:00:00 2001 From: Bret Weinraub Date: Mon, 16 Nov 2020 13:07:28 -0700 Subject: [PATCH] Instructions for Ubuntu --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 623ea93..f816bb3 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ If you need some special settings, set those in the stage file for your server: set :rvm_type, :user # Defaults to: :auto set :rvm_ruby_version, '2.0.0-p247' # Defaults to: 'default' set :rvm_custom_path, '~/.myveryownrvm' # only needed if not detected + +If you install RVM on ubuntu using apt, please see https://github.com/rvm/ubuntu_rvm. You +will need to set + + set :rvm_custom_path, '/usr/share/rvm/' + +as rvm is installed into /usr/share/rvm (as Debian/Ubuntu convention) ### RVM path selection: `:rvm_type`