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

Method venv_python

src/python/package_manager.cpp:291–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 }
290
291 std::filesystem::path PackageManager::venv_python() const {
292#ifdef _WIN32
293 return m_venv_dir / "Scripts" / "python.exe";
294#else
295 return m_venv_dir / "bin" / "python";
296#endif
297 }
298
299 bool PackageManager::is_venv_ready() const {
300 return m_venv_ready && std::filesystem::exists(venv_python());

Callers 2

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64