mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-20 13:21:52 +02:00
run archivebox version using python binary
This commit is contained in:
@@ -1006,7 +1006,7 @@ def setup(out_dir: Path=OUTPUT_DIR) -> None:
|
|||||||
|
|
||||||
stderr('\n[√] Set up ArchiveBox and its dependencies successfully.', color='green')
|
stderr('\n[√] Set up ArchiveBox and its dependencies successfully.', color='green')
|
||||||
|
|
||||||
run_shell([ARCHIVEBOX_BINARY, '--version'], capture_output=False, cwd=out_dir)
|
run_shell([PYTHON_BINARY, ARCHIVEBOX_BINARY, '--version'], capture_output=False, cwd=out_dir)
|
||||||
|
|
||||||
@enforce_types
|
@enforce_types
|
||||||
def config(config_options_str: Optional[str]=None,
|
def config(config_options_str: Optional[str]=None,
|
||||||
|
Reference in New Issue
Block a user