Open dominikl opened 3 years ago
Unfortunately doesn't work. First you can't export Ice.HTTPProxyHost=1.2.3.4; omero login
because of the dot in the variable name. Apparently one can do env 'Ice.HTTPProxyHost=1.2.3.4' omero login
instead, which works, ie. the property is not taken into account.
Attempt to fix https://github.com/ome/omero-py/issues/296 .