Skip to content

Commit 598c557

Browse files
Merge pull request #235934 from msaenzbosupport/patch-15
[Doc-A-THon] Updating a command and code block
2 parents a792fb5 + ffba08a commit 598c557

File tree

1 file changed

+33
-7
lines changed

1 file changed

+33
-7
lines changed

articles/automation/change-tracking/overview.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,44 @@ Change Tracking and Inventory now support Python 2 and Python 3. If your machine
7373
> 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.
7474
7575
#### [Python 2](#tab/python-2)
76-
- Red Hat, CentOS, Oracle: `yum install -y python2`
77-
- Ubuntu, Debian: `apt-get install -y python2`
78-
- SUSE: `zypper install -y python2`
76+
- Red Hat, CentOS, Oracle:
77+
78+
```bash
79+
sudo yum install -y python2
80+
```
81+
- Ubuntu, Debian:
82+
83+
```bash
84+
sudo apt-get udpate
85+
sudo apt-get install -y python2
86+
```
87+
- SUSE:
88+
89+
```bash
90+
sudo zypper install -y python2
91+
```
92+
7993
> [!NOTE]
8094
> The Python 2 executable must be aliased to *python*.
8195
8296
#### [Python 3](#tab/python-3)
8397

84-
- Red Hat, CentOS, Oracle: `yum install -y python3`
85-
- Ubuntu, Debian: `apt-get install -y python3`
86-
- SUSE: `zypper install -y python3`
87-
98+
- Red Hat, CentOS, Oracle:
99+
100+
```bash
101+
sudo yum install -y python3
102+
```
103+
- Ubuntu, Debian:
104+
105+
```bash
106+
sudo apt-get update
107+
sudo apt-get install -y python3
108+
```
109+
- SUSE:
110+
111+
```bash
112+
sudo zypper install -y python3
113+
```
88114
---
89115

90116
## Network requirements

0 commit comments

Comments
 (0)