-
|
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 ~/.zshrc Assuming echo 'export PATH="$PATH:/home/mahir793/.local/bin"' >> ~/.bashrc
source ~/.bashrc Then 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
sherlock
as a single command won't work until you add pip's userspace bin to your system PATH.Assuming
echo $SHELL
is /usr/bin/zsh...Assuming
echo $SHELL
is /usr/bin/bash...Then you can run
sherlock
(or anything else you install with pip) normally. (sherlock
, notpip sherlock
)