Skip to content

Instantly share code, notes, and snippets.

View solarsdev's full-sized avatar

Sangkook Lee solarsdev

  • Vision Inc.
  • Tokyo, Japan
View GitHub Profile
@mes01
mes01 / LC_CTYPE.txt
Created October 31, 2017 16:27 — forked from thanksdanny/LC_CTYPE.txt
Centos warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
vi /etc/environment
add these lines...
LANG=en_US.utf-8
LC_ALL=en_US.utf-8