Last active
April 29, 2022 17:46
-
-
Save Tiryoh/2c1c717341062476af1195bd730f8005 to your computer and use it in GitHub Desktop.
Windowsでpython3を実行したときにpython.exeを呼び出せるようにする
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 | |
call python.exe %* | |
cmd /k exit /B %ERRORLEVEL% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python3はインストール済である前提