Commit d0d577ca by John Jarvis

updating the ruby_env env file

parent 180097af
# {{ ansible_managed }}
export RBENV_ROOT="{{ rbenv_root }}"
export PATH=$RBENV_ROOT/bin/:$PATH
export RBENV_ROOT: "{{ rbenv_root }}"
export GEM_ROOT: "{{ rbenv_gem_root }}"
export GEM_HOME: "{{ rbenv_gem_root }}"
export PATH="{{ rbenv_bin }}:{{ rbenv_shims }}:{{ rbenv_gem_bin }}:/bin/:$PATH"
eval "$(rbenv init -)"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment