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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -