fix plugins and modules dataviews

This commit is contained in:
Nick Sweeting 2024-09-06 06:14:18 -07:00
parent ca41d033da
commit 31576e21a2
No known key found for this signature in database
3 changed files with 24 additions and 37 deletions

View file

@ -36,6 +36,8 @@ DEFAULT_GLOBAL_CONFIG = {
PIP_CONFIG = PipDependencyConfigs(**DEFAULT_GLOBAL_CONFIG)
class CustomPipProvider(PipProvider, BaseBinProvider):
name: str = 'pip'
INSTALLER_BIN: str = 'pip'
PATH: PATHStr = str(Path(sys.executable).parent)