Skip to content

Instantly share code, notes, and snippets.

@jeff1evesque
Created July 19, 2014 04:49
Show Gist options
  • Save jeff1evesque/fb9a65cf8abd0bc0d292 to your computer and use it in GitHub Desktop.
Save jeff1evesque/fb9a65cf8abd0bc0d292 to your computer and use it in GitHub Desktop.
Install PIP from GitHub
$ git clone https://github.com/pypa/pip
Cloning into pip...
remote: Reusing existing pack: 14423, done.
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 14428 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (14428/14428), 20.84 MiB | 1022 KiB/s, done.
Resolving deltas: 100% (8963/8963), done.
$ cd pip
$ sudo python setup.py install
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'entry_points'
warnings.warn(msg)
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'extras_require'
warnings.warn(msg)
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'zip_safe'
warnings.warn(msg)
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/pip
copying pip/__init__.py -> build/lib/pip
copying pip/__main__.py -> build/lib/pip
copying pip/appdirs.py -> build/lib/pip
copying pip/basecommand.py -> build/lib/pip
copying pip/baseparser.py -> build/lib/pip
copying pip/cmdoptions.py -> build/lib/pip
copying pip/compat.py -> build/lib/pip
copying pip/download.py -> build/lib/pip
copying pip/exceptions.py -> build/lib/pip
copying pip/index.py -> build/lib/pip
copying pip/locations.py -> build/lib/pip
copying pip/log.py -> build/lib/pip
copying pip/pep425tags.py -> build/lib/pip
copying pip/status_codes.py -> build/lib/pip
copying pip/util.py -> build/lib/pip
copying pip/wheel.py -> build/lib/pip
creating build/lib/pip/_vendor
copying pip/_vendor/__init__.py -> build/lib/pip/_vendor
copying pip/_vendor/pkg_resources.py -> build/lib/pip/_vendor
copying pip/_vendor/re-vendor.py -> build/lib/pip/_vendor
copying pip/_vendor/six.py -> build/lib/pip/_vendor
creating build/lib/pip/commands
copying pip/commands/__init__.py -> build/lib/pip/commands
copying pip/commands/completion.py -> build/lib/pip/commands
copying pip/commands/freeze.py -> build/lib/pip/commands
copying pip/commands/help.py -> build/lib/pip/commands
copying pip/commands/install.py -> build/lib/pip/commands
copying pip/commands/list.py -> build/lib/pip/commands
copying pip/commands/search.py -> build/lib/pip/commands
copying pip/commands/show.py -> build/lib/pip/commands
copying pip/commands/uninstall.py -> build/lib/pip/commands
copying pip/commands/unzip.py -> build/lib/pip/commands
copying pip/commands/wheel.py -> build/lib/pip/commands
copying pip/commands/zip.py -> build/lib/pip/commands
creating build/lib/pip/req
copying pip/req/__init__.py -> build/lib/pip/req
copying pip/req/req_file.py -> build/lib/pip/req
copying pip/req/req_install.py -> build/lib/pip/req
copying pip/req/req_set.py -> build/lib/pip/req
copying pip/req/req_uninstall.py -> build/lib/pip/req
creating build/lib/pip/vcs
copying pip/vcs/__init__.py -> build/lib/pip/vcs
copying pip/vcs/bazaar.py -> build/lib/pip/vcs
copying pip/vcs/git.py -> build/lib/pip/vcs
copying pip/vcs/mercurial.py -> build/lib/pip/vcs
copying pip/vcs/subversion.py -> build/lib/pip/vcs
creating build/lib/pip/_vendor/_markerlib
copying pip/_vendor/_markerlib/__init__.py -> build/lib/pip/_vendor/_markerlib
copying pip/_vendor/_markerlib/markers.py -> build/lib/pip/_vendor/_markerlib
creating build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/__init__.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/adapter.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/cache.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/compat.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/controller.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/filewrapper.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/serialize.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/wrapper.py -> build/lib/pip/_vendor/cachecontrol
creating build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/__init__.py -> build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/ansi.py -> build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/ansitowin32.py -> build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/initialise.py -> build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/win32.py -> build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/winterm.py -> build/lib/pip/_vendor/colorama
creating build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/__init__.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/compat.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/database.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/index.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/locators.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/manifest.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/markers.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/metadata.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/resources.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/scripts.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/util.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/version.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/wheel.py -> build/lib/pip/_vendor/distlib
creating build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/__init__.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/constants.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/html5parser.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/ihatexml.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/inputstream.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/sanitizer.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/tokenizer.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/utils.py -> build/lib/pip/_vendor/html5lib
creating build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/__init__.py -> build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/linklockfile.py -> build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/mkdirlockfile.py -> build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/pidlockfile.py -> build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/sqlitelockfile.py -> build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/symlinklockfile.py -> build/lib/pip/_vendor/lockfile
creating build/lib/pip/_vendor/requests
copying pip/_vendor/requests/__init__.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/adapters.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/api.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/auth.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/certs.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/compat.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/cookies.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/exceptions.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/hooks.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/models.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/sessions.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/status_codes.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/structures.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/utils.py -> build/lib/pip/_vendor/requests
creating build/lib/pip/_vendor/cachecontrol/caches
copying pip/_vendor/cachecontrol/caches/__init__.py -> build/lib/pip/_vendor/cachecontrol/caches
copying pip/_vendor/cachecontrol/caches/file_cache.py -> build/lib/pip/_vendor/cachecontrol/caches
copying pip/_vendor/cachecontrol/caches/redis_cache.py -> build/lib/pip/_vendor/cachecontrol/caches
creating build/lib/pip/_vendor/distlib/_backport
copying pip/_vendor/distlib/_backport/__init__.py -> build/lib/pip/_vendor/distlib/_backport
copying pip/_vendor/distlib/_backport/misc.py -> build/lib/pip/_vendor/distlib/_backport
copying pip/_vendor/distlib/_backport/shutil.py -> build/lib/pip/_vendor/distlib/_backport
copying pip/_vendor/distlib/_backport/sysconfig.py -> build/lib/pip/_vendor/distlib/_backport
copying pip/_vendor/distlib/_backport/tarfile.py -> build/lib/pip/_vendor/distlib/_backport
creating build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/__init__.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/_base.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/alphabeticalattributes.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/inject_meta_charset.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/lint.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/optionaltags.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/sanitizer.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/whitespace.py -> build/lib/pip/_vendor/html5lib/filters
creating build/lib/pip/_vendor/html5lib/serializer
copying pip/_vendor/html5lib/serializer/__init__.py -> build/lib/pip/_vendor/html5lib/serializer
copying pip/_vendor/html5lib/serializer/htmlserializer.py -> build/lib/pip/_vendor/html5lib/serializer
creating build/lib/pip/_vendor/html5lib/treeadapters
copying pip/_vendor/html5lib/treeadapters/__init__.py -> build/lib/pip/_vendor/html5lib/treeadapters
copying pip/_vendor/html5lib/treeadapters/sax.py -> build/lib/pip/_vendor/html5lib/treeadapters
creating build/lib/pip/_vendor/html5lib/treebuilders
copying pip/_vendor/html5lib/treebuilders/__init__.py -> build/lib/pip/_vendor/html5lib/treebuilders
copying pip/_vendor/html5lib/treebuilders/_base.py -> build/lib/pip/_vendor/html5lib/treebuilders
copying pip/_vendor/html5lib/treebuilders/dom.py -> build/lib/pip/_vendor/html5lib/treebuilders
copying pip/_vendor/html5lib/treebuilders/etree.py -> build/lib/pip/_vendor/html5lib/treebuilders
copying pip/_vendor/html5lib/treebuilders/etree_lxml.py -> build/lib/pip/_vendor/html5lib/treebuilders
creating build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/__init__.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/_base.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/dom.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/etree.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/genshistream.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/lxmletree.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/pulldom.py -> build/lib/pip/_vendor/html5lib/treewalkers
creating build/lib/pip/_vendor/html5lib/trie
copying pip/_vendor/html5lib/trie/__init__.py -> build/lib/pip/_vendor/html5lib/trie
copying pip/_vendor/html5lib/trie/_base.py -> build/lib/pip/_vendor/html5lib/trie
copying pip/_vendor/html5lib/trie/datrie.py -> build/lib/pip/_vendor/html5lib/trie
copying pip/_vendor/html5lib/trie/py.py -> build/lib/pip/_vendor/html5lib/trie
creating build/lib/pip/_vendor/requests/packages
copying pip/_vendor/requests/packages/__init__.py -> build/lib/pip/_vendor/requests/packages
creating build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/__init__.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/big5freq.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/big5prober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/chardetect.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/chardistribution.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/charsetgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/charsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/codingstatemachine.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/compat.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/constants.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/cp949prober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/escprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/escsm.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/eucjpprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/euckrfreq.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/euckrprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/euctwfreq.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/euctwprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/gb2312freq.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/gb2312prober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/hebrewprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/jisfreq.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/jpcntx.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langbulgarianmodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langcyrillicmodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langgreekmodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langhebrewmodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langhungarianmodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langthaimodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/latin1prober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/mbcharsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/mbcsgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/mbcssm.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/sbcharsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/sbcsgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/sjisprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/universaldetector.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/utf8prober.py -> build/lib/pip/_vendor/requests/packages/chardet
creating build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/_collections.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/connection.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/connectionpool.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/exceptions.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/fields.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/filepost.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/poolmanager.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/request.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/response.py -> build/lib/pip/_vendor/requests/packages/urllib3
creating build/lib/pip/_vendor/requests/packages/urllib3/contrib
copying pip/_vendor/requests/packages/urllib3/contrib/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib
copying pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib
copying pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib
creating build/lib/pip/_vendor/requests/packages/urllib3/packages
copying pip/_vendor/requests/packages/urllib3/packages/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages
copying pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages
copying pip/_vendor/requests/packages/urllib3/packages/six.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages
creating build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/connection.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/request.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/response.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/ssl_.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/timeout.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/url.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
creating build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying pip/_vendor/distlib/t32.exe -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/t64.exe -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/w32.exe -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/w64.exe -> build/lib/pip/_vendor/distlib
copying pip/_vendor/requests/cacert.pem -> build/lib/pip/_vendor/requests
copying pip/_vendor/distlib/_backport/sysconfig.cfg -> build/lib/pip/_vendor/distlib/_backport
running install_lib
creating /Library/Python/2.6/site-packages/pip
copying build/lib/pip/__init__.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/__main__.py -> /Library/Python/2.6/site-packages/pip
creating /Library/Python/2.6/site-packages/pip/_vendor
copying build/lib/pip/_vendor/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor
creating /Library/Python/2.6/site-packages/pip/_vendor/_markerlib
copying build/lib/pip/_vendor/_markerlib/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/_markerlib
copying build/lib/pip/_vendor/_markerlib/markers.py -> /Library/Python/2.6/site-packages/pip/_vendor/_markerlib
creating /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/adapter.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/cache.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol
creating /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/caches
copying build/lib/pip/_vendor/cachecontrol/caches/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/caches
copying build/lib/pip/_vendor/cachecontrol/caches/file_cache.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/caches
copying build/lib/pip/_vendor/cachecontrol/caches/redis_cache.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/caches
copying build/lib/pip/_vendor/cachecontrol/compat.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/controller.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/filewrapper.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/serialize.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/wrapper.py -> /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol
creating /Library/Python/2.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/ansi.py -> /Library/Python/2.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/ansitowin32.py -> /Library/Python/2.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/initialise.py -> /Library/Python/2.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/win32.py -> /Library/Python/2.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/winterm.py -> /Library/Python/2.6/site-packages/pip/_vendor/colorama
creating /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
creating /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/misc.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/shutil.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/sysconfig.cfg -> /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/sysconfig.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/tarfile.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/compat.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/database.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/index.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/locators.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/manifest.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/markers.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/metadata.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/resources.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/scripts.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/t32.exe -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/t64.exe -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/util.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/version.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/w32.exe -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/w64.exe -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/wheel.py -> /Library/Python/2.6/site-packages/pip/_vendor/distlib
creating /Library/Python/2.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/constants.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib
creating /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/_base.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/alphabeticalattributes.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/inject_meta_charset.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/lint.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/optionaltags.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/sanitizer.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/whitespace.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/html5parser.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/ihatexml.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/inputstream.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/sanitizer.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib
creating /Library/Python/2.6/site-packages/pip/_vendor/html5lib/serializer
copying build/lib/pip/_vendor/html5lib/serializer/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/serializer
copying build/lib/pip/_vendor/html5lib/serializer/htmlserializer.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/serializer
copying build/lib/pip/_vendor/html5lib/tokenizer.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib
creating /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treeadapters
copying build/lib/pip/_vendor/html5lib/treeadapters/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treeadapters
copying build/lib/pip/_vendor/html5lib/treeadapters/sax.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treeadapters
creating /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders
copying build/lib/pip/_vendor/html5lib/treebuilders/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders
copying build/lib/pip/_vendor/html5lib/treebuilders/_base.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders
copying build/lib/pip/_vendor/html5lib/treebuilders/dom.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders
copying build/lib/pip/_vendor/html5lib/treebuilders/etree.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders
copying build/lib/pip/_vendor/html5lib/treebuilders/etree_lxml.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders
creating /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/_base.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/dom.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/etree.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/genshistream.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/lxmletree.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/pulldom.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers
creating /Library/Python/2.6/site-packages/pip/_vendor/html5lib/trie
copying build/lib/pip/_vendor/html5lib/trie/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/trie
copying build/lib/pip/_vendor/html5lib/trie/_base.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/trie
copying build/lib/pip/_vendor/html5lib/trie/datrie.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/trie
copying build/lib/pip/_vendor/html5lib/trie/py.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib/trie
copying build/lib/pip/_vendor/html5lib/utils.py -> /Library/Python/2.6/site-packages/pip/_vendor/html5lib
creating /Library/Python/2.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/linklockfile.py -> /Library/Python/2.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/mkdirlockfile.py -> /Library/Python/2.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/pidlockfile.py -> /Library/Python/2.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/sqlitelockfile.py -> /Library/Python/2.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/symlinklockfile.py -> /Library/Python/2.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/pkg_resources.py -> /Library/Python/2.6/site-packages/pip/_vendor
copying build/lib/pip/_vendor/re-vendor.py -> /Library/Python/2.6/site-packages/pip/_vendor
creating /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/adapters.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/api.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/auth.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/cacert.pem -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/certs.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/compat.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/cookies.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/exceptions.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/hooks.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/models.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
creating /Library/Python/2.6/site-packages/pip/_vendor/requests/packages
copying build/lib/pip/_vendor/requests/packages/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages
creating /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/big5freq.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/big5prober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/chardetect.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/chardistribution.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/charsetgroupprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/charsetprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/codingstatemachine.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/compat.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/constants.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/cp949prober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/escprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/escsm.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/eucjpprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/euckrfreq.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/euckrprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/euctwfreq.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/euctwprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/gb2312freq.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/gb2312prober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/hebrewprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/jisfreq.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/jpcntx.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langgreekmodel.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langhebrewmodel.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langhungarianmodel.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langthaimodel.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/latin1prober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/mbcharsetprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/mbcssm.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/sbcharsetprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/sjisprober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/universaldetector.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/utf8prober.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet
creating /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/_collections.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/connection.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/connectionpool.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
creating /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib
copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib
copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib
copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib
copying build/lib/pip/_vendor/requests/packages/urllib3/exceptions.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/fields.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/filepost.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
creating /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages
copying build/lib/pip/_vendor/requests/packages/urllib3/packages/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages
copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages
copying build/lib/pip/_vendor/requests/packages/urllib3/packages/six.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages
creating /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying build/lib/pip/_vendor/requests/packages/urllib3/poolmanager.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/request.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/response.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3
creating /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/__init__.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/connection.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/request.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/response.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/ssl_.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/timeout.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/url.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/sessions.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/status_codes.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/structures.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/utils.py -> /Library/Python/2.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/six.py -> /Library/Python/2.6/site-packages/pip/_vendor
copying build/lib/pip/appdirs.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/basecommand.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/baseparser.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/cmdoptions.py -> /Library/Python/2.6/site-packages/pip
creating /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/__init__.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/completion.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/freeze.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/help.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/install.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/list.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/search.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/show.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/uninstall.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/unzip.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/wheel.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/commands/zip.py -> /Library/Python/2.6/site-packages/pip/commands
copying build/lib/pip/compat.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/download.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/exceptions.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/index.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/locations.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/log.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/pep425tags.py -> /Library/Python/2.6/site-packages/pip
creating /Library/Python/2.6/site-packages/pip/req
copying build/lib/pip/req/__init__.py -> /Library/Python/2.6/site-packages/pip/req
copying build/lib/pip/req/req_file.py -> /Library/Python/2.6/site-packages/pip/req
copying build/lib/pip/req/req_install.py -> /Library/Python/2.6/site-packages/pip/req
copying build/lib/pip/req/req_set.py -> /Library/Python/2.6/site-packages/pip/req
copying build/lib/pip/req/req_uninstall.py -> /Library/Python/2.6/site-packages/pip/req
copying build/lib/pip/status_codes.py -> /Library/Python/2.6/site-packages/pip
copying build/lib/pip/util.py -> /Library/Python/2.6/site-packages/pip
creating /Library/Python/2.6/site-packages/pip/vcs
copying build/lib/pip/vcs/__init__.py -> /Library/Python/2.6/site-packages/pip/vcs
copying build/lib/pip/vcs/bazaar.py -> /Library/Python/2.6/site-packages/pip/vcs
copying build/lib/pip/vcs/git.py -> /Library/Python/2.6/site-packages/pip/vcs
copying build/lib/pip/vcs/mercurial.py -> /Library/Python/2.6/site-packages/pip/vcs
copying build/lib/pip/vcs/subversion.py -> /Library/Python/2.6/site-packages/pip/vcs
copying build/lib/pip/wheel.py -> /Library/Python/2.6/site-packages/pip
byte-compiling /Library/Python/2.6/site-packages/pip/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/__main__.py to __main__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/_markerlib/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/_markerlib/markers.py to markers.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/adapter.py to adapter.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/cache.py to cache.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/caches/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py to file_cache.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py to redis_cache.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/compat.py to compat.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/controller.py to controller.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/filewrapper.py to filewrapper.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/serialize.py to serialize.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/cachecontrol/wrapper.py to wrapper.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/colorama/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/colorama/ansi.py to ansi.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/colorama/ansitowin32.py to ansitowin32.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/colorama/initialise.py to initialise.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/colorama/win32.py to win32.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/colorama/winterm.py to winterm.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport/misc.py to misc.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport/shutil.py to shutil.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport/sysconfig.py to sysconfig.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/_backport/tarfile.py to tarfile.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/compat.py to compat.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/database.py to database.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/index.py to index.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/locators.py to locators.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/manifest.py to manifest.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/markers.py to markers.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/metadata.py to metadata.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/resources.py to resources.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/scripts.py to scripts.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/util.py to util.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/version.py to version.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/distlib/wheel.py to wheel.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/constants.py to constants.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters/_base.py to _base.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py to inject_meta_charset.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters/lint.py to lint.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters/optionaltags.py to optionaltags.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters/sanitizer.py to sanitizer.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/filters/whitespace.py to whitespace.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/html5parser.py to html5parser.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/ihatexml.py to ihatexml.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/inputstream.py to inputstream.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/sanitizer.py to sanitizer.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/serializer/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/serializer/htmlserializer.py to htmlserializer.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/tokenizer.py to tokenizer.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treeadapters/sax.py to sax.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders/_base.py to _base.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders/dom.py to dom.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders/etree.py to etree.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py to etree_lxml.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers/_base.py to _base.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers/dom.py to dom.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers/etree.py to etree.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers/genshistream.py to genshistream.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers/lxmletree.py to lxmletree.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/treewalkers/pulldom.py to pulldom.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/trie/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/trie/_base.py to _base.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/trie/datrie.py to datrie.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/trie/py.py to py.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/html5lib/utils.py to utils.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/lockfile/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/lockfile/linklockfile.py to linklockfile.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/lockfile/mkdirlockfile.py to mkdirlockfile.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/lockfile/pidlockfile.py to pidlockfile.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/lockfile/sqlitelockfile.py to sqlitelockfile.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/lockfile/symlinklockfile.py to symlinklockfile.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/pkg_resources.py to pkg_resources.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/re-vendor.py to re-vendor.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/adapters.py to adapters.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/api.py to api.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/auth.py to auth.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/certs.py to certs.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/compat.py to compat.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/cookies.py to cookies.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/exceptions.py to exceptions.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/hooks.py to hooks.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/models.py to models.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/big5freq.py to big5freq.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py to big5prober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py to chardetect.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py to chardistribution.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py to charsetgroupprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py to charsetprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py to codingstatemachine.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/compat.py to compat.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/constants.py to constants.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py to cp949prober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/escprober.py to escprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/escsm.py to escsm.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py to eucjpprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py to euckrfreq.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py to euckrprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py to euctwfreq.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py to euctwprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py to gb2312freq.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py to gb2312prober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py to hebrewprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.py to jisfreq.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py to jpcntx.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py to langbulgarianmodel.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py to langcyrillicmodel.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py to langgreekmodel.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py to langhebrewmodel.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py to langhungarianmodel.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py to langthaimodel.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py to latin1prober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py to mbcharsetprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py to mbcsgroupprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.py to mbcssm.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py to sbcharsetprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py to sbcsgroupprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py to sjisprober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py to universaldetector.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py to utf8prober.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py to _collections.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/connection.py to connection.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py to connectionpool.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py to ntlmpool.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py to pyopenssl.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py to exceptions.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/fields.py to fields.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py to filepost.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py to ordered_dict.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py to six.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py to _implementation.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py to poolmanager.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/request.py to request.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/response.py to response.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.py to connection.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/request.py to request.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/response.py to response.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py to ssl_.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py to timeout.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/url.py to url.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/sessions.py to sessions.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/status_codes.py to status_codes.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/structures.py to structures.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/requests/utils.py to utils.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/_vendor/six.py to six.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/appdirs.py to appdirs.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/basecommand.py to basecommand.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/baseparser.py to baseparser.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/cmdoptions.py to cmdoptions.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/completion.py to completion.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/freeze.py to freeze.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/help.py to help.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/install.py to install.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/list.py to list.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/search.py to search.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/show.py to show.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/uninstall.py to uninstall.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/unzip.py to unzip.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/wheel.py to wheel.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/commands/zip.py to zip.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/compat.py to compat.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/download.py to download.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/exceptions.py to exceptions.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/index.py to index.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/locations.py to locations.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/log.py to log.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/pep425tags.py to pep425tags.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/req/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/req/req_file.py to req_file.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/req/req_install.py to req_install.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/req/req_set.py to req_set.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/req/req_uninstall.py to req_uninstall.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/status_codes.py to status_codes.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/util.py to util.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/vcs/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/vcs/bazaar.py to bazaar.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/vcs/git.py to git.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/vcs/mercurial.py to mercurial.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/vcs/subversion.py to subversion.pyc
byte-compiling /Library/Python/2.6/site-packages/pip/wheel.py to wheel.pyc
running install_egg_info
Writing /Library/Python/2.6/site-packages/pip-1.6.dev1-py2.6.egg-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment