Skip to content

Commit a32686c

Browse files
Merge pull request #211164 from SnehaSudhirG/14Sep-Python3DocUpdate
added info about Python3
2 parents b5f9037 + 115033e commit a32686c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

articles/automation/change-tracking/overview.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,25 @@ To understand client requirements for TLS 1.2, see [TLS 1.2 for Azure Automation
6767

6868
### Python requirement
6969

70-
Change Tracking and Inventory only supports Python2. If your machine is using a distro that doesn't include Python 2 by default then you must install it. The following sample commands will install Python 2 on different distros.
70+
Change Tracking and Inventory now support Python 2 and Python 3. If your machine uses a distro that doesn't include either of the versions, you must install them by default. The following sample commands will install Python 2 and Python 3 on different distros.
7171

72+
> [!NOTE]
73+
> To use the OMS agent compatible with Python 3, ensure that you first uninstall Python 2; otherwise, the OMS agent will continue to run with python 2 by default.
74+
75+
#### [Python 2](#tab/python-2)
7276
- Red Hat, CentOS, Oracle: `yum install -y python2`
7377
- Ubuntu, Debian: `apt-get install -y python2`
7478
- SUSE: `zypper install -y python2`
79+
> [!NOTE]
80+
> The Python 2 executable must be aliased to *python*.
81+
82+
#### [Python 3](#tab/python-3)
83+
84+
- Red Hat, CentOS, Oracle: `yum install -y python3`
85+
- Ubuntu, Debian: `apt-get install -y python3`
86+
- SUSE: `zypper install -y python3`
7587

76-
The python2 executable must be aliased to *python*.
88+
---
7789

7890
## Network requirements
7991

0 commit comments

Comments
 (0)