We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PYTHONIOENCODING
1 parent 2a8a845 commit 9106157Copy full SHA for 9106157
.exports
@@ -8,6 +8,9 @@ export NODE_REPL_HISTORY_SIZE='32768';
8
# Use sloppy mode by default, matching web browsers.
9
export NODE_REPL_MODE='sloppy';
10
11
+# Make Python use UTF-8 encoding for output to stdin, stdout, and stderr.
12
+export PYTHONIOENCODING='UTF-8';
13
+
14
# Increase Bash history size. Allow 32³ entries; the default is 500.
15
export HISTSIZE='32768';
16
export HISTFILESIZE="${HISTSIZE}";
0 commit comments