Skip to content

Sherlock Installed in "not in a path" #2217

Answered by ppfeister
mahir793 asked this question in Q&A
Discussion options

You must be logged in to vote

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...

echo 'export PATH="$PATH:/home/mahir793/.local/bin"' >> ~/.zshrc
source ~/.zshrc

Assuming echo $SHELL is /usr/bin/bash...

echo 'export PATH="$PATH:/home/mahir793/.local/bin"' >> ~/.bashrc
source ~/.bashrc

Then you can run sherlock (or anything else you install with pip) normally. (sherlock, not pip sherlock)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mahir793
Comment options

Answer selected by mahir793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants