diff options
Diffstat (limited to 'e/pyvenv.cfg')
-rw-r--r-- | e/pyvenv.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e/pyvenv.cfg b/e/pyvenv.cfg new file mode 100644 index 0000000..a360a23 --- /dev/null +++ b/e/pyvenv.cfg @@ -0,0 +1,5 @@ +home = /usr/bin +include-system-site-packages = false +version = 3.11.3 +executable = /usr/bin/python3.11 +command = /usr/bin/python3.11 -m venv /home/knolax/code/rand/e |