slither icon indicating copy to clipboard operation
slither copied to clipboard

[Bug-Candidate]: Command not found after install

Open obitubi opened this issue 3 years ago • 1 comments

Describe the issue:

Hello, I still new on using slither, after install on vscode that integrate with python, nodejs, solidity, the command to running slither . says command not found, I try to to recognize it, and there is issue that I must install VsC++. After installing C++, slither still can not work, command still not found, what should I do? thank you

Code example to reproduce the issue:

$ git clone https://github.com/trailofbits/slither Cloning into 'slither'... remote: Enumerating objects: 48539, done. remote: Counting objects: 100% (1348/1348), done. remote: Compressing objects: 100% (640/640), done. remote: Total 48539 (delta 773), reused 1242 (delta 703), pack-reused 47191Receiving objects: 100% (48539/48539), 42.79 MiB | 1.Receiving objects: 100% (48539/48539), 44.11 MiB | 848.00 KiB/s, done. Resolving deltas: 0% (0/23168) Resolving deltas: 100% (23168/23168), done. Updating files: 100% (15843/15843), done.

slither . bash: slither: command not found

$ slither --help bash: slither: command not found

Version:

$ slither --version bash: slither: command not found

Relevant log output:

command not found

obitubi avatar Sep 04 '22 04:09 obitubi

You can follow this portion of the README.md document to help with installing it, but in your case you have to run the python install script from the cloned repository first. You can do this by running the command python3 setup.py install.

Haruxe avatar Sep 07 '22 01:09 Haruxe

I'll close this issue now but feel free to open a new one if you are still having issues.

elopez avatar Jan 12 '23 13:01 elopez