From fd49fe0f8cb664f4d5fe43cf53480efecca42fd5 Mon Sep 17 00:00:00 2001 From: lilin90 Date: Tue, 8 May 2018 16:53:33 +0800 Subject: [PATCH] op-guide: add pip version requirement Via: https://github.com/pingcap/docs-cn/pull/719 --- op-guide/offline-ansible-deployment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/op-guide/offline-ansible-deployment.md b/op-guide/offline-ansible-deployment.md index 6193955dffb20..0fd3c0d2847d3 100644 --- a/op-guide/offline-ansible-deployment.md +++ b/op-guide/offline-ansible-deployment.md @@ -41,6 +41,8 @@ Take the following steps to install Ansible offline on the CentOS 7 system: pip 8.1.2 from /usr/lib/python2.7/site-packages (python 2.7) ``` + > **Note:** If `pip` is already installed to your system, make sure that the version is 8.1.2 or later. Otherwise, compatibility error occurs when you install Ansible and its dependencies offline. + 2. Install Ansible and its dependencies offline. Currently releases-1.0 depends on Ansible 2.4, while release-2.0 and the master version are compatible with Ansible 2.4 and Ansible 2.5. Ansible and related dependencies are recorded in the `tidb-ansible/requirements.txt` file. Download the corresponding offline installation version to the Control Machine.