Can't find bin of python library installed on pip

I am trying to install https://github.com/architv/soccer-cli using pip

After that, I will try to add to PATH (using macOS Sierra 10.12.5). But I can't find where he installed pip on my mac. I found in a tutorial for Ubuntu

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

      

It doesn't work for macOS. Any suggestions?

+3


source to share





All Articles