diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-07-05 04:53:17 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-07-05 04:53:17 -0700 |
commit | 7cd46f6842cc0e0c8279b1f1607d9ffb4acb9102 (patch) | |
tree | e4489aeaa83e3f944d70914689c4a02adb39a52f /e/pyvenv.cfg |
initial commit, includes venv
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 |