I setup the environment and finished the prepwork last month. I wanted to work on some of my own projects for more study but I am having an issue: when I type ruby filename.rb
into the terminal the code does not run. RSPEC works as usual. I didn’t notice before because I was running everything with RSPEC.
I deleted the .dotfiles folder and everything in it then followed the environment setup instructions again. Same problem.
The filename.rb I am running is just a simple puts "hello world"
for testing purposes.
I know this has something to do with rbenv which was installed when I ran the dotfiles. Can someone please tell me how to get the ruby command to work with the dotfiles setup?