4073c78069
This commit adds -E support for Hy. Similar to Python, hy will ignore all PYTHON* environment variables, e.g. PYTHONPATH and PYTHONHOME, that might be set.
4 lines
36 B
Hy
4 lines
36 B
Hy
(import os)
|
|
|
|
(print (. os environ))
|