awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 770 forks source link

Coerce environment variable name to string #192

Open jcaxmacher opened 6 years ago

jcaxmacher commented 6 years ago

Fixes #187. On Windows, environment variable names must be of type string. Otherwise, subprocess throws a TypeError exception.

copperorange commented 5 years ago

Can this be merged in? Would be useful.

FantasticFiasco commented 5 years ago

Since this PR doesn't seem to get merged, a sound workaround is to uninstall Python 2.7 and install 3.7.2. That did it for me.