-
|
|
Beta Was this translation helpful? Give feedback.
Answered by
ppfeister
Jul 3, 2024
Replies: 1 comment 1 reply
-
|
Assuming echo 'export PATH="$PATH:/home/mahir793/.local/bin"' >> ~/.zshrc
source ~/.zshrcAssuming echo 'export PATH="$PATH:/home/mahir793/.local/bin"' >> ~/.bashrc
source ~/.bashrcThen you can run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mahir793
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


sherlockas a single command won't work until you add pip's userspace bin to your system PATH.Assuming
echo $SHELLis /usr/bin/zsh...Assuming
echo $SHELLis /usr/bin/bash...Then you can run
sherlock(or anything else you install with pip) normally. (sherlock, notpip sherlock)