mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 00:47:04 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
@@ -239,7 +239,7 @@ def main() -> None:
|
||||
# If in dev mode, launch PyGhidra from the source tree using the development virtual environment
|
||||
if not venv_dir.is_dir():
|
||||
print('Virtual environment not found!')
|
||||
print('Run "gradle prepdev" and try again.')
|
||||
print('Run "gradle prepPyGhidra" and try again.')
|
||||
sys.exit(1)
|
||||
python_cmd = get_venv_exe(venv_dir)
|
||||
print(f'Switching to Ghidra virtual environment: {venv_dir}')
|
||||
|
||||
Reference in New Issue
Block a user