mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 09:15:43 +08:00
Merge remote-tracking branch 'origin/Ghidra_12.0'
This commit is contained in:
@@ -224,9 +224,7 @@ def main() -> None:
|
||||
dist_dir: Path = pyghidra_dir / 'pypkg' / 'dist'
|
||||
venv_dir = get_ghidra_venv(install_dir, args.dev)
|
||||
python_cmd: List[str] = find_supported_python_exe(install_dir, args.dev)
|
||||
|
||||
print(install_dir)
|
||||
|
||||
|
||||
if python_cmd is not None:
|
||||
print(f'Using Python command: "{" ".join(python_cmd)}"')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user