diff --git a/lib.sh b/lib.sh index 39432cc..69e5bf4 100644 --- a/lib.sh +++ b/lib.sh @@ -8,7 +8,7 @@ # check python command if ! command -v $PYTHON &> /dev/null then - PYTHON="python3.13" + PYTHON="python3" if ! command -v $PYTHON &> /dev/null then echo "エラー:Pythonコマンドを使用するため、まずPythonをインストールしてください。またはlib.shの5行目や12行目を python3.13 等の実行可能なコマンド名に変更してください。"