mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 22:25:50 +03:00
[GH-ISSUE #98] decrypt14_15: command not found #48
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
info needed
invalid
low priority
pull-request
skill issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-crypt-tools#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JSchimmelpfennig on GitHub (Dec 5, 2023).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/98
Originally assigned to: @ElDavoo on GitHub.
Hello there :) I'm having problems with the installation of this program. I'm installing it in Ubuntu 22.04.6 LTS in WSL under Windows 11 22H2. As there is no more "python" program but only "python3" in Ubuntu, I was using python3.
I can't find the decrypt14_15.py or decrypt14_15 program. Thank you in advance for help!
Those are my installation steps:
Installing natively under Windows with having git installed doesn't work as well:
@JSchimmelpfennig commented on GitHub (Dec 5, 2023):
I created now a Ubuntu 22.04 LTS VM and it worked:
@ElDavoo commented on GitHub (Dec 28, 2023):
I think that on Windows it's decrypt14_15.exe
@JSchimmelpfennig commented on GitHub (Dec 29, 2023):
No, the problem was, that
decrypt14_15was not in PATH and I was using WSL, not Windows. If I would have read the output properly, I would have realised, that the binary was in/home/julian/.local/bin.Thank you for your reply :)