manjaro上解决在openstack上 tox -e genconfig 执行错误解决方法

系统环境:manjaro deepin 17.1.9

python: 2.7.15虚拟环境

描述:在manjaro上新建下载了kolla的项目,启动了虚拟环境,执行

pip install tox
cd kolla/
tox -e genconfig

发生错误:

无法找到genconfig变量

解决方案:

sudo pacman -Sy qtox
从AUR安装

yaourt -S qtox-git






猜你喜欢

转载自blog.csdn.net/albertjone/article/details/80264598