How to install Pygments (syntax highlighter) using Homebrew :: Andrew Havens, Ruby Developer
There is no Homebrew formula available to install it. After some searching, I found out that Pygments is one of Homebrew's formulas it won't accept. "Why can't I install Pygments using Homebrew?" I wondered. The reason is because Pygments is written in Python, and Python has its own package manager. This is sort of like how Ruby has RubyGems or PHP has, shudder, PEAR.
Your Mac already came with Python installed, so you already have everything you need in order to install Pygments.
sudo easy_install Pygments
Read full article from How to install Pygments (syntax highlighter) using Homebrew :: Andrew Havens, Ruby Developer
No comments:
Post a Comment