Skip to content

Commit 21d8bf7

Browse files
committed
Update documentation regarding issue #20
1 parent 72ebb28 commit 21d8bf7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

osx-install.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,16 @@ Once the installer has completed, you should then be able to produce `.pdf` repo
3232
```RuntimeError: Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if Python is not installed as a framework.```
3333

3434
In this case, run the following: `$ echo "backend: TkAgg" >> ~/.matplotlib/matplotlibrc`
35+
36+
- If your terminal doesn't have the `LC_ALL` and `LANG` set, you may see the error:
37+
38+
```ValueError: unknown locale: UTF-8```
39+
40+
In that case, configure the variables in your terminal configuration file. As example you can (use the definition that fits your workflow):
41+
42+
```
43+
export LC_ALL=en_US.UTF-8
44+
export LANG=en_US.UTF-8
45+
```
46+
47+
You will need to restart your terminal for your changes take effect.

0 commit comments

Comments
 (0)