美文网首页
pgcli的安装

pgcli的安装

作者: 夜清溟 | 来源:发表于2020-01-13 18:45 被阅读0次

安装依赖

yum -y install epel-release gcc
yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
yum install -y postgresql12-server
curl 'https://setup.ius.io/' -o setup-ius.sh && sudo sh setup-ius.sh
yum -y install python36u python36u-devel postgresql-devel
pip3.6 install pgcli

相关文章

网友评论

      本文标题:pgcli的安装

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