When I execute python3 sherlock.py username
it gives me bash: python3: command not found
Adding screenshot.
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
Most helpful comment
Since you are running sherlock from
~/sherlock, make sure not to include the.pyextension. So this is the command which you want to be running: