天天看点

银河麒麟高级服务器操作系统 V10 SP1 ARM64 之 MongoDB

准备

①下载MongoDB源码地址

https://fastdl.mongodb.org/src/mongodb-src-r3.6.23.zip

②查看当前Python版本

[[email protected] ~]# yum install -y pcre-devel  openssl openssl-devel
[[email protected] ~]# python --version
Python 2.7.16
           

②下载pip

https://bootstrap.pypa.io/pip/2.7/get-pip.py

③升级setuptools