My ENV["USERNAME"] contains the letter ö, which results in an Error: /undefinedfilename in C:\...\Temp/GMTjl_<name>.ps
A workaround is
ENV["USERNAME"] = "my_name_with_english_spelling" # must be set before triggering __init__()
using GMT
but it is not very convenient.
My
ENV["USERNAME"]contains the letterö, which results in anError: /undefinedfilename in C:\...\Temp/GMTjl_<name>.psA workaround is
but it is not very convenient.