安装yum扩展源:
yum -y install epel-release
加载缓存:
yum makecache
安装pip:
yum -y install python-pip
更新pip版本:
pip install --upgrade pip
安装locust:
pip install locustio
安装yum扩展源:
yum -y install epel-release
加载缓存:
yum makecache
安装pip:
yum -y install python-pip
更新pip版本:
pip install --upgrade pip
安装locust:
pip install locustio