环境
Ubuntu 18 + mongodb 4.0.10
1.下载版本所需库
1 https://www.mongodb.com/download-center/community 2 https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/4.0/multiverse/binary-amd64/mongodb-org-server_4.0.10_amd64.deb
2.安装
sudo dpkg -i mongodb-org-server_4.0.10_amd64.deb
3.启动
1 service mongod start 2 #查看进程启动与否 3 netstat -laput
4.连接
python 安装连接的库
在网络异常的时候使用-i 选择pip源会很大程度加速
pip3 install pymongo -i https://pypi.tuna.tsinghua.edu.cn/simple/