📜  在 ubuntu 上安装 rethinkdb - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:18.846000             🧑  作者: Mango

代码示例1
source /etc/lsb-release && echo "deb https://download.rethinkdb.com/repository/ubuntu-$DISTRIB_CODENAME $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
wget -qO- https://download.rethinkdb.com/repository/raw/pubkey.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install rethinkdb

pip3 install RethinkDB