Skip to content

Instantly share code, notes, and snippets.

View rpuglielli's full-sized avatar
💻

Robison Puglielli rpuglielli

💻
  • RankMyApp
  • São Paulo, Brazil
  • 03:49 (UTC -03:00)
View GitHub Profile
@rpuglielli
rpuglielli / environment
Last active April 8, 2019 15:27
CentOS warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
sudo vi /etc/environment
Add these lines:
LANG=en_US.utf-8
LC_ALL=en_US.utf-8