How to uninstall Erlang using Homebrew in OSX 10.10? -


i installed erlang in osx machine faced below issues:

/usr/local/bin/erl: line 28: /users/irshadpc/@@homebrew_cellar@@/erlang/17.5/lib/erlang/erts-6.4/bin/erlexec: no such file or directory /usr/local/bin/erl: line 28: exec: /users/irshadpc/@@homebrew_cellar@@/erlang/17.5/lib/erlang/erts-6.4/bin/erlexec: cannot execute: no such file or directory.

can me uninstall erlang , re-install it?

to uninstall old versions of formulas installed , see them while being uninstalled, run:

brew cleanup -n 

to uninstall erlang (if having troubles) do

brew uninstall erlang --force 

to install latest version of erlang after that

brew update brew install erlang 

Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -