MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / _venv_python_path

Function _venv_python_path

src/python/lfs_plugins/dev_setup.py:70–73  ·  view source on GitHub ↗
(venv_path: Path)

Source from the content-addressed store, hash-verified

68
69
70def _venv_python_path(venv_path: Path) -> Path:
71 if sys.platform == "win32":
72 return venv_path / "Scripts" / "python.exe"
73 return venv_path / "bin" / "python"
74
75
76def _generate_vscode_config(

Callers 1

create_plugin_with_venvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected