DEV Community

abhinav the builder
abhinav the builder

Posted on • Edited on

1 1

Installing Echinda-test on MacOS

TL;DR : Install Echidna binaries. We are avoiding building it from scratch. Some other day for that.

Add your Python modules to your path to allow you to use echidna dependencies. Add this to your ~/.zshrc or ~/.bashrc - or something similar.

export PATH=$PATH:/Users/abhinavmir/Library/Python/3.9/bin
Enter fullscreen mode Exit fullscreen mode

Add this via source ~/.zshrc.

Now download the binaries from here: github.com/crytic/echidna/releases

Now move it into /usr/local/bin using mv echidna-test /usr/local/bin.

Once done, add export PATH=$PATH:/usr/local/bin/echidna-test to ~/.zshrc - now source ~/.zshrc.

Now, pip3 install crytic-compile.

Add export PATH=$PATH:/Users/<you>/Library/Python/<your version>/bin - but if you're on Linux, change that to wherever Python binaries are. Restart your shell.

Now, echidna-test should run with no issues.

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay