mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 20:24:25 -04:00
fix archivebox install not using LIB_DIR
This commit is contained in:
parent
6740202d78
commit
ee548eb16e
2 changed files with 5 additions and 1 deletions
|
@ -63,9 +63,13 @@ class LibPipBinProvider(PipProvider):
|
|||
super().setup()
|
||||
|
||||
SYS_PIP_BINPROVIDER = SystemPipBinProvider()
|
||||
SYS_PIP_BINPROVIDER.setup()
|
||||
PIPX_PIP_BINPROVIDER = SystemPipxBinProvider()
|
||||
PIPX_PIP_BINPROVIDER.setup()
|
||||
VENV_PIP_BINPROVIDER = VenvPipBinProvider()
|
||||
VENV_PIP_BINPROVIDER.setup()
|
||||
LIB_PIP_BINPROVIDER = LibPipBinProvider()
|
||||
LIB_PIP_BINPROVIDER.setup()
|
||||
pip = LIB_PIP_BINPROVIDER
|
||||
|
||||
# ensure python libraries are importable from these locations (if archivebox wasnt executed from one of these then they wont already be in sys.path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue