Skip to content

Instantly share code, notes, and snippets.

@samof76
Created June 3, 2011 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samof76/1006171 to your computer and use it in GitHub Desktop.
Save samof76/1006171 to your computer and use it in GitHub Desktop.
Erlang Install - Setup environment variables
$ export ERL_HOME=/opt/erlang/current
$ export PATH=$ERL_HOME/bin:$PATH
$ export LD_LIBRARY_PATH=$ERL_HOME/lib:$LD_LIBRARY_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment