ENV.rst 165 B

1234567
  1. ENV
  2. ---
  3. Access environment variables.
  4. Use the syntax ``$ENV{VAR}`` to read environment variable ``VAR``. See also
  5. the :command:`set` command to set ``ENV{VAR}``.