-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Milestone
Description
I just installed Ghidrathon-1.0.0 and I ran into 2 very minor installation issues that were trivial to correct, but could potentially make the experience a bit more streamlined if addressed:
- By default on Ubuntu 22.04,
python
is not on the path butpython3
is. Perhaps you could test for both (probably starting withpython3
before failing. - Also by default, pip was not installed. The error from Gradle didn't convey this...I had to run the
python3 -m pip install jep
command manually to figure out what was going on. Perhaps that error messages can be relayed by Gradle somehow.
mike-hunhoff
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done