From c39d22ff350a838545bb08cb881949045ca0ea4e Mon Sep 17 00:00:00 2001 From: Mohammad Rameen Date: Mon, 13 Jan 2025 18:16:46 +0530 Subject: [PATCH] changed env location --- env/pyvenv.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/pyvenv.cfg b/env/pyvenv.cfg index 88c3631..11e1b54 100644 --- a/env/pyvenv.cfg +++ b/env/pyvenv.cfg @@ -2,4 +2,4 @@ home = /usr/bin include-system-site-packages = false version = 3.12.7 executable = /usr/bin/python3.12 -command = /usr/bin/python -m venv /home/muhammad/Documents/GitHub/100-Days-Of-Code/env +command = /usr/bin/python -m venv /home/mohamad/100-Days-Of-Code/env