-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: 'C.UTF-8' is not a supported language or locale #9
Comments
I had to:
Save the file. Logout and login again. |
C.UTF-8 ended up not being well supported, so I switched to en_US.UTF-8 (or en_US.utf8) in my latest scripts. I think this should have already been fixed.... can you make sure you are running the latest code and see if it still occurs? |
Yeah I tried again and this still occurs, now this time I used Ubuntu 20.04 (LTS) x64, could that cause the issue?
|
The issue is that your OS install does not have the locale defined. I guess it's super minimal. That's why I was trying to use You can define the
Or maybe
|
Following the blogpost Deploying an Elixir app to Digital Ocean with mix_deploy, I run into the following error on the step:
sudo bin/build-install-deps-ubuntu
===> Installing locale C.UTF-8
Error: 'C.UTF-8' is not a supported language or locale
The text was updated successfully, but these errors were encountered: