[lang-ref] ( get_executed_interpreter_path ) ( python )

def test_get_executed_interpreter_path():
    # sys.executable

    r = sys.executable

    assert r.endswith('/.venv/bin/python3.14')