From 6f1fd395d318c2aae4d0b32d6946c456e91eb75d Mon Sep 17 00:00:00 2001 From: Marcus Ferl Date: Mon, 21 Mar 2022 22:20:51 +0100 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9Evenv?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- venv/.gitignore | 2 ++ venv/pyvenv.cfg | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 venv/.gitignore create mode 100644 venv/pyvenv.cfg diff --git a/venv/.gitignore b/venv/.gitignore new file mode 100644 index 0000000..4c3f3e8 --- /dev/null +++ b/venv/.gitignore @@ -0,0 +1,2 @@ +# created by virtualenv automatically +* diff --git a/venv/pyvenv.cfg b/venv/pyvenv.cfg new file mode 100644 index 0000000..06ab6d9 --- /dev/null +++ b/venv/pyvenv.cfg @@ -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