Author Topic: locale.Error: unsupported locale setting  (Read 14820 times)

0 Members and 1 Guest are viewing this topic.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5410
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
locale.Error: unsupported locale setting
« on: May 26, 2010, 10:50 »
We have learned that sometimes the error
Code
locale.Error: unsupported locale setting
appears when starting VNL 2008.10 on machines running Linux distributions configured for e.g. Korean or Chinese locale (language settings). To resolve this, insert the line
Code
export LC_ALL=C
in your .bashrc file in your home directory. Restart the shell for the change to take effect.