Natalie Way

Results 2 issues of Natalie Way

When running the 'pyats version update' command, pip fails with the output: ``` Uninstalling existing packages... Installing new packages... Command 'pip3 install --disable-pip-version-check pyats[full]' returned non-zero exit status 1. ```...

Is it possible to read the simulators environment variables (e.g. ZULU TIME)? Using same code from the demo sample with the below edit: ``` altitude = sc.get_simdatum("Indicated Altitude") print("Got indicated...