how to properly set environment variables

2023-09-08 Thread hevaf
thank you. this works for me now !

how to properly set environment variables

2023-09-08 Thread juancarlospaco
https://nim-lang.github.io/Nim/envvars.html#getEnv%2Cstring%2Cstring

how to properly set environment variables

2023-09-08 Thread hevaf
Hi, Would someone here know how to properly set and get environment variables in linux/windows in nim 2.0 ? I am not getting anywhere with existing examples :-( Any help /pointers appreciated. Thank you.