ElixirSublime icon indicating copy to clipboard operation
ElixirSublime copied to clipboard

Does not work on MacOS X Cellar Elixir v1.0.2

Open heri16 opened this issue 10 years ago • 3 comments

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 avatar Dec 29 '14 12:12 heri16

sudo port uninstall curl wget

heri16 avatar Dec 29 '14 12:12 heri16

Try /usr/local/bin

Brew links the stuff for you there.

vishnevskiy avatar Dec 29 '14 21:12 vishnevskiy

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.

holsee avatar Apr 07 '15 23:04 holsee