}

SOLVED: tmux: invalid LC_ALL, LC_CTYPE or LANG

Created:

The error

tmux: invalid LC_ALL, LC_CTYPE or LANG

Solution 1

Install the en_US UTF-8 locales and configure them with:

sudo apt-get install locales
sudodpkg-reconfigure locales # remember to add en_US UTF_8 locales!