Closed Real-Gecko closed 2 days ago
Codon has very limited native os
module implementation yet.
I sent a PR to implement this particular functionality.
Meanwhile, you can use python module:
from python import os
os.environ.setdefault("lala", "tralala")
Hi @Real-Gecko ,
Yes, @avitkauskas is right---our os.environ
implementation is pretty bare-bones at the moment. I'd also second using from python
import for now.
Merging into #608 .
Creating test file
Running with
codon