Spaces:
Runtime error
Runtime error
Upload pyvenv.cfg
Browse files- pyvenv.cfg +5 -0
pyvenv.cfg
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
home = C:\Python312
|
2 |
+
include-system-site-packages = false
|
3 |
+
version = 3.12.4
|
4 |
+
executable = C:\Python312\python.exe
|
5 |
+
command = C:\Python312\python.exe -m venv D:\Python_Projects\my_flask\env
|