Created
April 13, 2022 08:05
-
-
Save sio/3d5bfa229ce31379692a88b1be9533ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set PY=python | |
call "C:\Users\Public\.LocalData\Python\WPy64-3770\scripts\env_for_icons.bat" | |
cd "C:\Users\Public\.prj" | |
set PYTHONIOENCODING=utf-8 | |
set PYTHONUTF8=1 | |
cmd.exe /k |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment