問題
pip install nose報錯
Could not fetch URL https://pypi.python.org/simple/nose/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) - skipping
猜測和openssl有關(guān)
解決
brew upgrade openssl
pip install nose
更新
nose 是安裝成功了,但是執(zhí)行nosetests時,提示command not found:nosetests。最后是用easy_install nose安裝是可以的。