Open boronine opened 3 years ago
Getting this error on Debian: perl: warning: Setting locale failed.
perl: warning: Setting locale failed.
Seems that the fix is to add LANG=C to /etc/profile. Should we automate that?
LANG=C
/etc/profile
https://wiki.debian.org/Locale
Got an error from tmux suggesting I should use LANG=C.UTF-8
LANG=C.UTF-8
That fixed it. Might also need to run sudo locale-gen en_US.UTF-8?
sudo locale-gen en_US.UTF-8
Getting this error on Debian:
perl: warning: Setting locale failed.
Seems that the fix is to add
LANG=C
to/etc/profile
. Should we automate that?https://wiki.debian.org/Locale