Credit to raphaunix


1
echo "LC_ALL=en_US.UTF-8" >> /etc/environment
1
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
1
echo "LANG=en_US.UTF-8" > /etc/locale.conf
1
locale-gen en_US.UTF-8