Sherlock: Having issues with starting sherlock

Created on 26 Oct 2020  路  2Comments  路  Source: sherlock-project/sherlock

When I execute python3 sherlock.py username
it gives me bash: python3: command not found

Adding screenshot.

https://prnt.sc/v776fn

environment question

Most helpful comment

Since you are running sherlock from ~/sherlock, make sure not to include the .py extension. So this is the command which you want to be running:

python sherlock username

All 2 comments

Hi. Try:

python sherlock.py username

instead "python3 sherl..."
as you installed the dependencies with
python -m pip install ...

Since you are running sherlock from ~/sherlock, make sure not to include the .py extension. So this is the command which you want to be running:

python sherlock username
Was this page helpful?
0 / 5 - 0 ratings

Related issues

Berghopper picture Berghopper  路  6Comments

fntkg picture fntkg  路  4Comments

Czechball picture Czechball  路  4Comments

hoadlck picture hoadlck  路  3Comments

ptalmeida picture ptalmeida  路  3Comments