From ad7080438f282d899370f75e34d499a848fe9cd3 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Tue, 14 Nov 2023 12:04:46 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9E=95[Add]=20=E4=BB=AE=E6=83=B3?= =?UTF-8?q?=E7=92=B0=E5=A2=83=E3=81=AEvenv=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- venv.bat | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 venv.bat diff --git a/.gitignore b/.gitignore index 678a4536..0d95c681 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ config.json memo.txt VRCT.spec *.pyc -logs/ \ No newline at end of file +logs/ +.venv/ \ No newline at end of file diff --git a/venv.bat b/venv.bat new file mode 100644 index 00000000..0a00ad7a --- /dev/null +++ b/venv.bat @@ -0,0 +1,2 @@ +python -m venv .venv +.venv\Scripts\activate.bat \ No newline at end of file From 1b6074c60bf6daab459ca7599fbd8052e9c963f6 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Thu, 23 Nov 2023 16:13:20 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=8D[Update]=20venv=20:=20=E8=B5=B7?= =?UTF-8?q?=E5=8B=95=E3=83=91=E3=82=B9=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- venv.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venv.bat b/venv.bat index 0a00ad7a..21f16485 100644 --- a/venv.bat +++ b/venv.bat @@ -1,2 +1,2 @@ python -m venv .venv -.venv\Scripts\activate.bat \ No newline at end of file +.venv/Scripts/Activate.ps1 \ No newline at end of file