vishnevskiy / ElixirSublime

Elixir plugin for SublimeText 3 providing code completion and linting.
MIT License
364 stars 25 forks source link

Does not work on MacOS X Cellar Elixir v1.0.2 #4

Open heri16 opened 9 years ago

heri16 commented 9 years ago

Tried to use this Elixir autocompletion and linter, but it could not work.

I have this in my Sublime Text v3 User Settings: "env": { "PATH": "/usr/local/Cellar/elixir/1.0.2/bin" },

heri16 commented 9 years ago

sudo port uninstall curl wget

vishnevskiy commented 9 years ago

Try /usr/local/bin

Brew links the stuff for you there.

holsee commented 9 years ago

I had a faulty Nodejs plugin in sublime which messed with the loading of the PATH when sublime was launching. Check your Sublime Console when you start sublime, ensure PATH modification is being loaded correctly.