anacondaでpipが使えない

macにanacondaをインストールしてそのpythonを使ってみたところ、
failed to parse CPython sys.version
と怒られる

http://stackoverflow.com/questions/21635107/pip-executes-the-wrong-python-library-versions-inside-virtual-env

・platform.pyの一部をコメントアウトするといいらしい
そもそも、anaconda内のplatform.pyなら変わり種pythonに対応してくれるんじゃないか? → できた


今度は
AttributeError: 'module' object has no attribute 'openssl_md_meth_names'
と怒られたので、
http://askubuntu.com/questions/575598/python-attributeerror-with-hashlib-no-such-attribute-openssl-md-meth-names
に従って所定の位置以外にあるhashlibをこわごわ取り除いてみる→だめ

https://github.com/Homebrew/homebrew/issues/36346
とかで、間違えて古いpythonが使われている可能性が指摘されていたが、特にそうは見えない…もう少し見てみる