Dateien hochladen nach „venv“

This commit is contained in:
Marcus Ferl 2022-03-21 22:20:51 +01:00
parent 328de250d2
commit 6f1fd395d3
2 changed files with 10 additions and 0 deletions

2
venv/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# created by virtualenv automatically
*

8
venv/pyvenv.cfg Normal file
View File

@ -0,0 +1,8 @@
home = C:\Users\blues\AppData\Local\Programs\Python\Python310
implementation = CPython
version_info = 3.10.2.final.0
virtualenv = 20.4.7
include-system-site-packages = true
base-prefix = C:\Users\blues\AppData\Local\Programs\Python\Python310
base-exec-prefix = C:\Users\blues\AppData\Local\Programs\Python\Python310
base-executable = C:\Users\blues\AppData\Local\Programs\Python\Python310\python.exe