Can't find bin of python library installed by pip

Viewed 790

I try to install https://github.com/architv/soccer-cli by pip

After that I try add to PATH (used MacOS Sierra 10.12.5). But I can't find where it installed by pip on my mac. I find in tutorial for Ubuntu

echo "PATH=\"\$HOME/.local/bin:\$PATH\"" >> ~/.bashrc

It's don't work for MacOS. Any suggesions?

0 Answers
Related