Comment out RVM_PATH and RUBY_VERSION

This commit is contained in:
Cassandra Targett 2020-08-07 13:40:36 -05:00
parent fb9110ad18
commit 5dd4cd1ed3
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
set -x # Echo commands to the console
set -e # Fail the script if any command fails
RVM_PATH=$HOME/.rvm
RUBY_VERSION=ruby-2.5.1
# RVM_PATH=$HOME/.rvm
# RUBY_VERSION=ruby-2.5.1
GEMSET=solr-refguide-gemset
# Install the "stable" RVM release to ~/.rvm/, and don't mess with .bash_profile etc.