Skip to content

Commit 9106157

Browse files
committed
1 parent 2a8a845 commit 9106157

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.exports

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export NODE_REPL_HISTORY_SIZE='32768';
88
# Use sloppy mode by default, matching web browsers.
99
export NODE_REPL_MODE='sloppy';
1010

11+
# Make Python use UTF-8 encoding for output to stdin, stdout, and stderr.
12+
export PYTHONIOENCODING='UTF-8';
13+
1114
# Increase Bash history size. Allow 32³ entries; the default is 500.
1215
export HISTSIZE='32768';
1316
export HISTFILESIZE="${HISTSIZE}";

0 commit comments

Comments
 (0)