next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Macaulay2Doc > The Macaulay2 language > system facilities > getenv

getenv -- get value of environment variable

Description

getenv s yields the value associated with the string s in the environment.

i1 : getenv "HOME"

o1 = /builddir

Ways to use getenv :