Cannot set LC_ALL to default locale: No such file or directory
Asked Answered
S

1

6

I am seeing this error: "Cannot set LC_ALL to default locale: No such file or directory"

It seems to be solved by running:

  1. export LC_ALL="C.UTF-8"
  2. sudo dpkg-reconfigure locales
Streptokinase answered 29/3, 2016 at 7:18 Comment(4)
This question should have been formatted In a Q & A, not JUST an answer. Change the question, and answer your own question.Audit
This question looks like it should be on superuser.com or unix.stackexchange.com - it doesn't seem to be programming related.Mcgaw
@Mcgaw indeed, good call.Antlion
Link to a similar question on the Unix SE page.Shortcut
C
2

In /etc/locale.gen, uncommenting the line:

en_US.UTF-8 UTF-8 then running:

locale-gen

Clackmannan answered 16/10, 2023 at 16:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.