安裝壓測工具 : locustio
sudo python -m pip install locustio
error: could not create '/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/greenlet': Operation not permitted
總是報(bào)權(quán)限不足情況, 因?yàn)镋I Captain引入了SIP管理機(jī)制,所以舊版本的pip創(chuàng)建的文件目錄操作被拒絕柒莉,包括使用root也是如此
解決 : 加上 --user 就可以了
sudo python pip install locustio --user