I'm no developer or even remotely close, sorry please excuse my ignorance. I'm just trying to do a few things to improve my knowledge and communication with the Dev team. I'm trying to install Ruby for use with our system. I installed the most recent version of Homebrew and installed Ruby 2.5.1 (I think).
In the terminal I see:
rbenv shell 2.5.1
rbenv: shell integration not enabled. Run `rbenv init' for instructions.
rbenv init
# Load rbenv automatically by appending
# the following to ~/.bash_profile:
eval "$(rbenv init -)"
I have tried several things mentioned on various web boards, no luck.
I open the .bash_profile
and eval "$(rbenv init -)"
is the 1st entry.
Is this a problem? If yes, can I proceed?