PDTM installed in WSL is not working #300
pdtm version:Current Behavior:pdtm in bash says command not found Expected Behavior:should show options Steps To Reproduce:Anything else: |
Answered by
5kyf1
Jan 20, 2024
Replies: 1 comment
|
You can try to add Go path to bashrc, eg: but most of the time the tool will auto generate the path, |
0 replies
Answer selected by
ehsandeep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try to add Go path to bashrc, eg:
export PATH=$PATH:$GOPATH/binbut most of the time the tool will auto generate the path,
eg:
export PATH=$PATH:/home/kali/.pdtm/go/bin