4.6.7. env functions

Usage

env_append_path KEY VALUE

env_prepend_library_path VALUE

env_prepend_path KEY VALUE

env_remove KEY VALUE

env_set KEY VALUE

env_unappend_path KEY VALUE

env_unprepend_library_path VALUE

env_unprepend_path KEY VALUE

env_unset KEY

Description

Various functions to set environment variables.

Notes

  • KEY represents the name of the environment variable.
  • VALUE is the value to set, unset, prepend, unprepend, etc.
  • The library path functions understand that the Mac OS X library path is in the environment variable DYLD_LIBRARY_PATH, not LD_LIBRARY_PATH.