Intro ์๋ ํ์ธ์. ์ด๋ฒ ์๊ฐ์๋ LC_CTYPE: cannot change locale (UTF-8) ์๋ฌ๊ฒฝ๊ณ ๋ฉ์์ง๋ฅผ ํด๊ฒฐํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณด๊ฒ ์ต๋๋ค. ์ฐธ๊ณ ๋ก ์ ๋ SSH ์ ์ ์ค ์๋์ ๋ฉ์์ง๊ฐ ๋ฐ์ํ์ต๋๋ค. line 19: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory How to solve the problem ์ ๋ zsh ์์ ์ฌ์ฉํ๊ธฐ ๋๋ฌธ์ .zshrc์ ์๋์ ๋ด์ฉ์ ๋ฃ์ด ์์ ํ์ต๋๋ค. bash ์์ ์ฌ์ฉํ๋ ํ๊ฒฝ์ด์๋ผ๋ฉด .bash_profile์ ์์ ํ์๋ฉด ๋ฉ๋๋ค. export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 locale ๋ช ๋ น์ด๋ก ..