delete requirements (see requirements.txt) & working script for beancount 2.3.4

This commit is contained in:
2025-08-01 17:37:21 +00:00
parent acb3622ef1
commit 878bfd12a9
5 changed files with 103 additions and 17 deletions

7
test_Path.py.py Normal file
View File

@@ -0,0 +1,7 @@
import sys
import os
print("Python executable:", sys.executable)
print("sys.path (zoekpaden):")
for p in sys.path:
print(" ", p)