python2 - debian/ubuntu/other binary distrs policy violations
Created by: 0xBF
As i can see, you use /usr/bin/python2 in pygments.rb, and recommend create symlink in all system without this binary. But all files in /usr/bin are in system package manager prerogative, we should avoid changing anything in this directory.
As alternative solution you can add config value with path to python interpretator. As i see, you use your fork of pygments.rb, so you will need get from upstream this pull request: https://github.com/tmm1/pygments.rb/pull/58. It will need trivial changes for your fork.