I'm wanting to write a script in Python that contains an equivalent to these bash script lines
export something=some/file/path/name
But can't find a Python equivalent to export.
Any suggestions?
I'm wanting to write a script in Python that contains an equivalent to these bash script lines
export something=some/file/path/name
But can't find a Python equivalent to export.
Any suggestions?