소스 검색

To remove locale errors/warnings

ekudritski 7 년 전
부모
커밋
3c4fb21d85
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      deployment/vagrant/Vagrantfile

+ 2 - 0
deployment/vagrant/Vagrantfile

@@ -5,6 +5,8 @@ require_relative 'core'
 
 Vagrant.configure("2") do |config|
 
+  ENV['LC_ALL']="en_US.UTF-8"
+
   config.vm.provision :file do |file|
       file.source = "custom_motd.sh"
       file.destination = "~/.custom_motd.sh"