wende / autocomplete-elixir

Intelligent Elixir autocompletion provider for Atom autocomplete-plus
MIT License
42 stars 11 forks source link

Failed to spawn command `elixir` #7

Closed ghost closed 9 years ago

ghost commented 9 years ago

Getting a weird error on enabling autocomplete-elixir

screenshot 2015-05-23 12 30 16

Elixir is installed via brew install elixir

> which elixir
/usr/local/bin/elixir

And of cause /usr/local/bin is in the PATH

> echo $PATH
/Users/fibric/.nvm/versions/io.js/v2.0.1/bin /opt/X11/bin /usr/local/MacGPG2/bin /usr/local/bin /usr/bin /bin /usr/sbin /sbin
> elixir -v
Elixir 1.0.4

What I'm doing wrong here?

Running OSX.

wende commented 9 years ago

Are You running atom from the command line or from GUI?

On Sat, May 23, 2015, 12:35 Denny Trebbin notifications@github.com wrote:

Getting a weird error on enabling autocomplete-elixir

[image: screenshot 2015-05-23 12 30 16] https://cloud.githubusercontent.com/assets/623932/7783590/80d56560-0147-11e5-951b-b464bef77461.png

Elixir is installed via brew install elixir

which elixir /usr/local/bin/elixir

And of cause /usr/local/bin is in the PATH

echo $PATH /Users/fibric/.nvm/versions/io.js/v2.0.1/bin /opt/X11/bin /usr/local/MacGPG2/bin /usr/local/bin /usr/bin /bin /usr/sbin /sbin

elixir -v Elixir 1.0.4

What I'm doing wrong here?

Running OSX.

— Reply to this email directly or view it on GitHub https://github.com/iraasta/autocomplete-elixir/issues/7.

wende commented 9 years ago

And what version of the package are You using?

ghost commented 9 years ago

Started from GUI. autocomplete-elixir is in version 1.2.6 (as shown on screenshot).

ghost commented 9 years ago

When I am starting atom from cmd atom . then it works.

ghost commented 9 years ago

Found this and this. Looks like I can close this issue.