diff options
Diffstat (limited to 'src/main/python/venv/pyvenv.cfg')
-rw-r--r-- | src/main/python/venv/pyvenv.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/python/venv/pyvenv.cfg b/src/main/python/venv/pyvenv.cfg new file mode 100644 index 0000000..a9ec033 --- /dev/null +++ b/src/main/python/venv/pyvenv.cfg @@ -0,0 +1,3 @@ +home = C:\Program Files\Python37 +include-system-site-packages = false +version = 3.7.4 |