scottrogowski / code2flow

Pretty good call graphs for dynamic languages
MIT License
3.98k stars 295 forks source link

Cannot install code2flow #65

Closed JohnCheeKinChow closed 2 years ago

JohnCheeKinChow commented 2 years ago

Hi,

I am a real rookie in this, but I want to install code2flow on my macbook with intel chip. but I got some problems.

Can someone help me? Thanks a lot!

scottrogowski commented 2 years ago

Hi John,

Sorry for the delay.

A few things. With the installation, you probably need to open a new shell after installing. If that doesn't work, you have issues with your PATH. Search for "troubleshooting PATH issues for Python binaries" or something of that nature.

Graphviz should install with brew https://formulae.brew.sh/formula/graphviz. It's possible you need to run brew doctor or otherwise upgrade / reinstall brew.

Let me know if that doesn't help.