Changes between Version 11 and Version 12 of ErlangShellInterface


Ignore:
Timestamp:
Apr 19, 2012, 12:50:57 PM (13 years ago)
Author:
manualwiki
Comment:

added some more information to env nodes in ErlangShellInterface

Legend:

Unmodified
Added
Removed
Modified
  • ErlangShellInterface

    v11 v12  
    9999{{{ 
    100100#!erlang 
     101% Here 'appbase' contains 'usr'. 
    101102(refactorerl@localhost)18> ri:envs(). 
    102103output = original 
     
    107108not_found 
    108109 
     110% 'appbase' contains 'usr', so syntax_tools will be loaded from 
     111% '/usr/local/lib/erlang/lib' 
    109112(refactorerl@localhost)20> ri:add(usr, syntax_tools). 
    110113Adding: /usr/local/lib/erlang/lib/syntax_tools-1.6.7.1/src 
     
    125128ri:delenv(include). 
    126129}}} 
     130 
     131Or you can set an environmental variable to another value: 
     132{{{ 
     133#!erlang 
     134ri:setenv(env_name, "path/to/new_value"). 
     135}}} 
     136 
    127137 
    128138For convenience, both the filenames and the directory names can be given