Skip to content

Commit

Permalink
[windows] fix: change python to utf-8 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ifTNT committed Aug 12, 2024
1 parent 786a38c commit 6afed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/root/bin/python.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
cd %~dp0
python.exe %*
python.exe -X utf8 %*

0 comments on commit 6afed9d

Please sign in to comment.