Changes between Version 11 and Version 12 of ErlangShellInterface
- Timestamp:
- Apr 19, 2012, 12:50:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ErlangShellInterface
v11 v12 99 99 {{{ 100 100 #!erlang 101 % Here 'appbase' contains 'usr'. 101 102 (refactorerl@localhost)18> ri:envs(). 102 103 output = original … … 107 108 not_found 108 109 110 % 'appbase' contains 'usr', so syntax_tools will be loaded from 111 % '/usr/local/lib/erlang/lib' 109 112 (refactorerl@localhost)20> ri:add(usr, syntax_tools). 110 113 Adding: /usr/local/lib/erlang/lib/syntax_tools-1.6.7.1/src … … 125 128 ri:delenv(include). 126 129 }}} 130 131 Or you can set an environmental variable to another value: 132 {{{ 133 #!erlang 134 ri:setenv(env_name, "path/to/new_value"). 135 }}} 136 127 137 128 138 For convenience, both the filenames and the directory names can be given