Pcolar / OCR-Parser

Programming project for INLS560
MIT License
0 stars 3 forks source link

Create Python script to query user and build run environment #15

Open Pcolar opened 10 years ago

Pcolar commented 10 years ago

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