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
| 0xE2E78574c10c25336405498754f99d65c02dcE21 |
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
| 0xbFa28062A87364F3056083A59458Fb699ccd47fa |
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
| running build_ext | |
| building 'jcc' extension | |
| creating build/temp.macosx-10.5-x86_64-2.7 | |
| creating build/temp.macosx-10.5-x86_64-2.7/jcc | |
| creating build/temp.macosx-10.5-x86_64-2.7/jcc/sources |
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
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import os | |
| import sys | |
| import codecs | |
| import platform | |
| import subprocess | |
| from glob import glob | |
| from distutils.core import setup |
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
| BREW DOCTOR | |
| Warning: /usr/bin occurs before /usr/local/bin | |
| This means that system-provided programs will be used instead of those | |
| provided by Homebrew. The following tools exist at both paths: | |
| svn | |
| svnadmin | |
| svndumpfilter | |
| svnlook |