We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314518f commit 22fad87Copy full SHA for 22fad87
scripts/ubuntu/mongo-orchestration.sh
@@ -9,6 +9,10 @@ apt-get install -y python python-dev python-pip
9
# Latest MongoDB Enterprise
10
apt-get install -y mongodb-enterprise
11
12
+# mongo-orchestration doesn't play well with pymongo3
13
+# https://github.com/10gen/mongo-orchestration/issues/188
14
+pip install pymongo==2.8
15
+
16
pip install --upgrade 'git+https://github.com/10gen/mongo-orchestration.git#egg=mongo_orchestration'
17
18
# Launch mongo-orchestration
0 commit comments