Open alecha opened 6 years ago
Can you run the command ~/.rbenv/shims/rsense start --port 47367 --path /Users/alessio/src/intercom
in a terminal yourself? This looks like a configuration error with rbenv, where you installed rsense in one ruby version but Atom is configured to use another.
It seems to start well, the output is
rsense version: 0.5.18
logs at: /tmp/rsense.log
process running at: 41023
What's the output of:
which rsense
which ruby
Also, can you try launching atom through the terminal (atom .
)?
/Users/alessio/.rbenv/shims/rsense
/Users/alessio/.rbenv/shims/ruby
I've tried to start atom from the terminal but nothing changes :/
Hmm, that's odd. Maybe try uninstalling rbenv and try installing rsense and running atom with system ruby only? Other than that I'm not sure what else it could be.
Here's what I did to make it work:
cd /Applications/Atom.app/Contents
rbenv local 2.5.0
gem install rsense
rbenv rehash
Hi, I've installed rsense trought
gem install rsense
(and also installed the JDK). I've also changed the path in settings but when I start Atom (both from launcher or command line from the project dir), I'm receiving this error:Running on Mac 10.13.3 and latest version of Atom.
I've looked at the other closed issues but I wasn't able to solve the problem, any ideas? Thanks!