mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 05:34:14 -04:00
fix plugins and modules dataviews
This commit is contained in:
parent
ca41d033da
commit
31576e21a2
3 changed files with 24 additions and 37 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue