crytic / amarna

Amarna is a static-analyzer and linter for the Cairo programming language.
https://blog.trailofbits.com/2022/04/20/amarna-static-analysis-for-cairo-programs/
GNU Affero General Public License v3.0
149 stars 7 forks source link

zsh: command not found: amarna #70

Closed yettaahhhh closed 1 year ago

yettaahhhh commented 1 year ago

I installed amarna globally on MacOS, and pip freeze shows that the package has been installed successfully, yet CLI shows zsh: command not found: amarna when using the command.

coolhill commented 1 year ago

As a potential work-around, try installing it in a python virtual environment;

$ python3.7 -m venv ~/amarna_venv
$ source ~/amarna_venv/bin/activate
$ pip install amarna
fcasal commented 1 year ago

Closing for now.