Some of our command line parameters can be loaded from shell environment variables using the 'os' library: os.environ["shell_variable"]
A small python script can query the user and create the shell variables - which will persist for the life of the terminal session
Some of our command line parameters can be loaded from shell environment variables using the 'os' library: os.environ["shell_variable"] A small python script can query the user and create the shell variables - which will persist for the life of the terminal session