PDTM installed in WSL is not working #300
Answered
by
5kyf1
AliYar-Khan
asked this question in
Q&A
-
pdtm version:Current Behavior:pdtm in bash says command not found Expected Behavior:should show options Steps To Reproduce:Anything else: |
Beta Was this translation helpful? Give feedback.
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, |
Beta Was this translation helpful? Give feedback.
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/bin
but most of the time the tool will auto generate the path,
eg:
export PATH=$PATH:/home/kali/.pdtm/go/bin