diff --git a/Ghidra/Features/PyGhidra/support/pyghidra_launcher.py b/Ghidra/Features/PyGhidra/support/pyghidra_launcher.py index 016657f95b..70a2767d82 100644 --- a/Ghidra/Features/PyGhidra/support/pyghidra_launcher.py +++ b/Ghidra/Features/PyGhidra/support/pyghidra_launcher.py @@ -225,9 +225,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: