Tag: easy_install

  • installing eyeD3

    I keep thinking I should learn the basics of Python programming. But I never seem to get around to it. Today I needed to know how to install a program written in Python, because Homebrew used to include eyeD3 and today it didn’t. Here’s what I ended up doing: $ sudo easy_install pip   # because…