()
| 371 | } |
| 372 | |
| 373 | func (p pythonTool) VenvDir() string { |
| 374 | return p.venvDir |
| 375 | } |
| 376 | |
| 377 | // SitePackagesDir returns the relative path from prefix to site-packages. |
| 378 | // e.g. "lib/python3.10/site-packages" on Linux, "Lib/site-packages" on Windows. |
no outgoing calls
no test coverage detected