Searched defs:python_path (Results 1 – 1 of 1) sorted by relevance
24 python_path = Path(sys.executable) variable25 python_path = (python_path.parent / python_path.stem) if sys.platform == 'win32' else python_path variable