In Java, reading environment variables is done with System.getenv().
System.getenv()
Is there a way to do this in Scala?
Same way:
scala> System.getenv("HOME") res0: java.lang.String = /Users/dhg