diff options
Diffstat (limited to '.venv/pyvenv.cfg')
| -rw-r--r-- | .venv/pyvenv.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.venv/pyvenv.cfg b/.venv/pyvenv.cfg new file mode 100644 index 0000000..d4f1bc6 --- /dev/null +++ b/.venv/pyvenv.cfg @@ -0,0 +1,5 @@ +home = /home/blackhao/miniconda3/bin +include-system-site-packages = false +version = 3.12.4 +executable = /home/blackhao/miniconda3/bin/python3.12 +command = /home/blackhao/miniconda3/bin/python3 -m venv /home/blackhao/uiuc-course-graph/.venv |
