From 0ead73b991eac78c64e390955be87f04b2ca9476 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 18 Dec 2025 16:26:11 -0300 Subject: [PATCH] fix: folder name --- pyvenv.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyvenv.cfg b/pyvenv.cfg index eb8ba35..b91315e 100644 --- a/pyvenv.cfg +++ b/pyvenv.cfg @@ -2,4 +2,4 @@ home = /Library/Frameworks/Python.framework/Versions/3.14/bin include-system-site-packages = false version = 3.14.0 executable = /Library/Frameworks/Python.framework/Versions/3.14/bin/python3.14 -command = /usr/local/bin/python3 -m venv /Users/aalexandre/Documents/Projects/api-batch-test/api-batch-test +command = /usr/local/bin/python3 -m venv /Users/aalexandre/Documents/Projects/api-batch-test