delete requirements (see requirements.txt) & working script for beancount 2.3.4
This commit is contained in:
7
test_Path.py.py
Normal file
7
test_Path.py.py
Normal 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)
|
||||
Reference in New Issue
Block a user