Tag: environment variables

  • How to set locale variables automatically

    On macOS of course, because in Ubuntu and other distro you probably already have. So… open terminal and create a new file: sudo nano ~/.profile Then paste this two line and save: export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 You need to have the mark on “Set locale environment variables on startup” like in the screenshot.