4 Options to Create Environment Variables on *nix Machines
Setting Environment Variables
This article is meant as a reminder on how to set up and read environment variables for development.
Python Program Invocation. This option allows for variables to live for the duration of your program.
This works when ...
itsjoshcampos.codes2 min read