From 3b0bea959c627b29edcdd1add4ad1c2793e4c530 Mon Sep 17 00:00:00 2001 From: marwin Date: Thu, 1 May 2025 20:25:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20update=20venv=20configura?= =?UTF-8?q?tion=20for=20improved=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- venv/pyvenv.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/venv/pyvenv.cfg b/venv/pyvenv.cfg index 413b9e0..0c3f2be 100644 --- a/venv/pyvenv.cfg +++ b/venv/pyvenv.cfg @@ -1,5 +1,5 @@ home = C:\Program Files\Python313 include-system-site-packages = false version = 3.13.3 -executable = C:\Program Files\Python313\python.exe -command = C:\Program Files\Python313\python.exe -m venv C:\Users\TTOMCZA.EMEA\Dev\website\venv +executable = C:\Users\firem\Desktop\111\Systades\website\.venv\Scripts\python.exe +command = C:\Users\firem\Desktop\111\Systades\website\.venv\Scripts\python.exe -m venv C:\Users\firem\Desktop\111\Systades\website\venv