You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README-freebsd.md
+4-21Lines changed: 4 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@
4
4
5
5
### Prerequisites
6
6
7
-
Make sure you've UTF-8 defined for charset and lang in your [~/.login_conf](https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-localization.html),
7
+
Make sure you've UTF-8 defined for charset and lang in your [~/.login_conf](https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-localization.html),
8
8
otherwise almost every Python 3 module will fail to install.
9
9
10
10
`~/.login_conf`:
11
+
11
12
```
12
13
me:\
13
14
:charset=UTF-8:\
@@ -17,6 +18,7 @@ me:\
17
18
Also make sure you've defined valid include and library paths in `~/.pydistutils.cfg`, otherwise native compilations fail.
0 commit comments