Skip to content

"slither ." command not working #2339

Answered by elopez
EthanHuntIMF99 asked this question in Q&A
Discussion options

You must be logged in to vote

executing programs do not involve the shell and therefore do not take into account aliases, but you can probably tweak your PATH so that Foundry's forge takes precedence over this other forge you have. Try running this before using Slither:

export PATH="$HOME/.foundry/bin:$PATH"

Alternatively, uninstall that other forge program you have. It appears to be included in the snap package from Ubuntu; maybe you installed that by mistake in the past? It seems to be some software to work with DNA sequences.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@EthanHuntIMF99
Comment options

@elopez
Comment options

Answer selected by EthanHuntIMF99
@EthanHuntIMF99
Comment options

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