Good morning.
I installed the autocomplete-ruby package in my Atom text editor, and also installed the rsense gem that the package requires to work. But after you close and open Atom, it displays the following error message:
autocomplete-ruby: exec error: Error: Command failed: /home/william/.rvm/gems/ruby-2.5.0@aprendendo/bin/rsense start --port 47367 --path / home / william / development / learn-ruby / usr / bin / env: "Ruby_executable_hooks": File or directory not found (You might need to set the rsense path, see the readme)
"ruby_executable_hooks" is in /home/william/.rvm/gems/ruby-2.5.0@aprendendo/bin/
. What else could I do to resolve this?