esl / erlang-osx-installer

Erlang Installer & Auto-Updater for macOS
https://www.erlang-solutions.com/resources/download.html
Apache License 2.0
5 stars 5 forks source link

Auto generate the symlinks #85

Closed HernanRivasAcosta closed 8 years ago

HernanRivasAcosta commented 8 years ago

I had to call this manually and it defeats the purpose of having the installer:

ln -s /Users/hernan/Library/Application\ Support/ErlangInstaller/19.0/bin/erl /usr/local/bin/erl

Same with

ln -s /Users/hernan/Library/Application\ Support/ErlangInstaller/19.0/bin/erlc /usr/local/bin/erlc

And

ln -s /Users/hernan/Library/Application\ Support/ErlangInstaller/19.0/bin/escript /usr/local/bin/escript

At least we need to have this as an option.

As a side note, this is related to #84, we should not have paths with spaces since it breaks other things, like autoconf.

sebacancinos commented 8 years ago

Merged on PR #97