Created
December 24, 2011 21:31
-
-
Save umpirsky/1518400 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$sudo python setup.py install --prefix=/usr/local | |
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe' | |
warnings.warn(msg) | |
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data' | |
warnings.warn(msg) | |
running install | |
running build | |
running build_py | |
running build_scripts | |
running install_lib | |
running install_scripts | |
changing mode of /usr/local/bin/pygmentize to 755 | |
running install_egg_info | |
Removing /usr/local/lib/python2.7/dist-packages/Pygments-1.4-py2.7.egg-info | |
Writing /usr/local/lib/python2.7/dist-packages/Pygments-1.4-py2.7.egg-info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment