From 2dbb1429ac15f23105b5ee9012a1ddd3208b8e54 2020-11-10 23:31:47 From: Branko Majic Date: 2020-11-10 23:31:47 Subject: [PATCH] MAR-172: Use Python 3 version of pexpect for TBG deployment in the usage instructions. --- diff --git a/docs/usage.rst b/docs/usage.rst index ab181ef05532d199fd247ebc0f51116102a03010..c58df46e11035d91cf6872f19ceaaa6b8c281f94 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1592,7 +1592,7 @@ Before we start, here is a couple of useful pointers regarding the - name: Install pexpect package apt: - name: python-pexpect + name: python3-pexpect state: present - name: Deploy expect script for installing TBG @@ -1627,7 +1627,7 @@ Before we start, here is a couple of useful pointers regarding the :file:`~/mysite/roles/tbg/files/tbg_expect_install` :: - #!/usr/bin/env python + #!/usr/bin/env python3 import pexpect