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