Closed HernanRivasAcosta closed 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.
Merged on PR #97
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.