美文网首页
ovsdb查询工具ytovs

ovsdb查询工具ytovs

作者: 近墨者也 | 来源:发表于2018-09-11 16:22 被阅读0次

介绍一款开源的ovsdb gui工具,界面如下图


ytovs

安装教程如下

Install dependencies

pyqt4

mac os

brew install cartr/qt4/pyqt

sudo mkdir -p /Users/username/Library/Python/2.7/lib/python/site-packages

sudo vim /Users/username/Library/Python/2.7/lib/python/site-packages/homebrew.pth
import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")

ubuntu

sudo apt-get install python-qt4

centos

sudo yum install PyQt4

install yt_ovs

git clone https://github.com/cao19881125/YtOvs.git
cd YtOvs
pip install .

run yt_ovs

yt-ovs

相关文章

网友评论

      本文标题:ovsdb查询工具ytovs

      本文链接:https://www.haomeiwen.com/subject/mlmugftx.html