canvas-development-tools icon indicating copy to clipboard operation
canvas-development-tools copied to clipboard

undefined local variable or method in CODES.sh

Open brandonzylstra opened this issue 8 years ago • 0 comments

An error is displayed when running CODES.sh.

This can be done by adding these lines to '/Users/brandon/.bash_profile':

# Added by canvas-lms setup-development script
# This adds the gem bin to your PATH
if ! $(echo $PATH | grep "$(gem env 'GEM_PATHS' | sed -e 's|:|/bin:|g')/bin" >/dev/null 2>&1); then
    export PATH="$PATH:$(gem env 'GEM_PATHS' | sed -e 's|:|/bin:|g')/bin"
fi

Do this now? ([Y]/N): n
-e:1:in `<main>': undefined local variable or method `req_bundler_version_ceiling' for main:Object (NameError)
Bundler is installed
Bundler is installed
Installing bundler gems with bundle install (but no mysql)
Making sure the gem location is in PATH

brandonzylstra avatar Oct 12 '17 20:10 brandonzylstra