From 7cd46f6842cc0e0c8279b1f1607d9ffb4acb9102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Wed, 5 Jul 2023 04:53:17 -0700 Subject: initial commit, includes venv --- e/pyvenv.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 e/pyvenv.cfg (limited to 'e/pyvenv.cfg') 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 -- cgit v1.1