next | previous | forward | backward | up | top | index | toc | home
Macaulay2 > 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 = /home/dan

Ways to use getenv :