You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that almost every image on here has these lines defined:
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
It looks like the linked issue was closed back in 2017 and it might not be relevant anymore. I'm curious: are there any particular reasons to keep this around?
EDIT: Just saw that there was a failed attempt to remove LANG before — however, the cause of those errors seems unclear and we're still linking to an issue that has been closed/resolved for several years.
I've noticed that almost every image on here has these lines defined:
It looks like the linked issue was closed back in 2017 and it might not be relevant anymore. I'm curious: are there any particular reasons to keep this around?
EDIT: Just saw that there was a failed attempt to remove
LANGbefore — however, the cause of those errors seems unclear and we're still linking to an issue that has been closed/resolved for several years.