Last active
May 10, 2020 22:18
-
-
Save aliemre/8417aa92808032e5ba6e7b9439a931a4 to your computer and use it in GitHub Desktop.
LC_ALL UTF-8 Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nano /etc/environment | |
# add these lines... | |
LANG=en_US.utf-8 | |
LC_ALL=en_US.utf-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment