So this is a bit weird. Gem works fine. When I go to gem install bundler, the system outputs the following:
Successfully installed bundler-1.16.2
1 gem installed
When I check to see what gems are installed with gem list the bundler shows up:
*** LOCAL GEMS ***
bigdecimal (1.2.0)
bundler (1.16.2)
io-console (0.4.2)
json (1.7.7)
psych (2.0.0)
rdoc (4.0.0)
and yet when I go to run bundle install, I get the following:
bash: bundle: command not found
I have tried restarting the system, I have used yum erase gem and then reinstalled it, and I have tried gem install bundler again when it didn't work and I am still getting the same error. I am on CentOS 7.5
Thanks in advance for the help.