Skip to content

Commit 9996934

Browse files
committed
minor edits
1 parent b9298d8 commit 9996934

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

articles/automation/automation-hrw-run-runbooks.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,36 +41,36 @@ Jobs for Hybrid Runbook Workers run under the local **System** account.
4141
**PowerShell 7.1**
4242

4343
To run PowerShell 7.1 runbooks on a Windows Hybrid Worker, install *PowerShell* on the Hybrid Worker. See [Installing PowerShell on Windows](https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3).
44-
Ensure to add the PowerShell file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
44+
Ensure to add the *PowerShell* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
4545

4646
**Python 2.x, Python 3.x upto 3.8**
4747

48-
To run Python 2.x and Python 3.x runbooks on a Windows Hybrid Worker, install *Python* on the Hybrid Worker. See [Installing Python on Windows](automation-hrw-run-runbooks.md).
49-
Ensure to add the Python file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
48+
To run Python 2.x and Python 3.x runbooks on a Windows Hybrid Worker, install *Python* on the Hybrid Worker. See [Installing Python on Windows](https://docs.python.org/3/using/windows.html).
49+
Ensure to add the *Python* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
5050

5151
**PowerShell 7.2**
5252

53-
To run PowerShell 7.2 runbooks on a Windows Hybrid Worker, install *pwsh.exe* on the Hybrid Worker. See [Installing PowerShell on Windows](https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3).
53+
To run PowerShell 7.2 runbooks on a Windows Hybrid Worker, install *PowerShell* on the Hybrid Worker. See [Installing PowerShell on Windows](https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3).
5454

55-
After PowerShell 7.2 installation is complete, create an environment variable with Variable name as powershell_7_2_path and Variable value as location of the executable *pwsh.exe*. Restart the Hybrid Runbook Worker after environment variable is created successfully.
55+
After PowerShell 7.2 installation is complete, create an environment variable with Variable name as powershell_7_2_path and Variable value as location of the executable *PowerShell*. Restart the Hybrid Runbook Worker after environment variable is created successfully.
5656

5757
**Python 3.10**
5858

59-
To run Python 3.10 runbooks on a Windows Hybrid Worker, install *python.exe* on the Hybrid Worker. See [Installing Python on Windows](https://docs.python.org/3/using/windows.html)
59+
To run Python 3.10 runbooks on a Windows Hybrid Worker, install *Python* on the Hybrid Worker. See [Installing Python on Windows](https://docs.python.org/3/using/windows.html)
6060

61-
After Python 3.10 installation is complete, create an environment variable with Variable name as python_3_10_path and Variable value as location of the executable *python.exe*. Restart the Hybrid Runbook Worker after environment variable is created successfully.
61+
After Python 3.10 installation is complete, create an environment variable with Variable name as python_3_10_path and Variable value as location of the executable *Python*. Restart the Hybrid Runbook Worker after environment variable is created successfully.
6262

6363
#### [Agent-based Hybrid Workers](#tab/win-agt-hrw)
6464

6565
**PowerShell 7.1**
6666

6767
To run PowerShell 7.1 runbooks on a Windows Hybrid Worker, install *PowerShell* on the Hybrid Worker. See [Installing PowerShell on Windows](https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3).
68-
Ensure to add the PowerShell file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
68+
Ensure to add the *PowerShell* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
6969

7070
**Python 2.x, Python 3.x upto 3.8**
7171

7272
To run Python 2.x and Python 3.x runbooks on a Windows Hybrid Worker, install *Python* on the Hybrid Worker. See [Installing Python on Windows](https://docs.python.org/3/using/windows.html).
73-
Ensure to add the Python file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
73+
Ensure to add the *Python* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
7474

7575
---
7676

@@ -87,22 +87,20 @@ Ensure to add the Python file to the PATH environment variable and restart the H
8787
8888
**Python 2.x, Python 3.x upto 3.8**
8989

90-
To run Python 2.x and Python 3.x runbooks on a Linux Hybrid Worker, install *python.exe* on the Hybrid Worker. For more information, see [Installing Python 3.10 on Linux](https://docs.python.org/3/using/unix.html).
91-
Ensure to add the *python.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
90+
To run Python 2.x and Python 3.x runbooks on a Linux Hybrid Worker, install *Python* on the Hybrid Worker. For more information, see [Installing Python 3.10 on Linux](https://docs.python.org/3/using/unix.html).
91+
Ensure to add the *Python* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
9292

9393
**PowerShell 7.2**
9494

95-
To run PowerShell 7.2 runbooks on a Linux Hybrid Worker, install *pwsh.exe* file on the Hybrid Worker. For more information, see [Installing PowerShell on Linux](https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.3).
96-
97-
After PowerShell 7.2 installation is complete, create an environment variable with **Variable name** as *powershell_7_2_path* and **Variable value** as location of the executable *pwsh.exe*.
95+
To run PowerShell 7.2 runbooks on a Linux Hybrid Worker, install *PowerShell* file on the Hybrid Worker. For more information, see [Installing PowerShell on Linux](https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.3).
9896

99-
Restart the Hybrid Runbook Worker after an environment variable is created successfully.
97+
After PowerShell 7.2 installation is complete, create an environment variable with **Variable name** as *powershell_7_2_path* and **Variable value** as location of the executable *PowerShell* file. Restart the Hybrid Runbook Worker after an environment variable is created successfully.
10098

10199
**Python 3.10**
102100

103-
To run Python 3.10 runbooks on a Linux Hybrid Worker, install *python.exe* on the Hybrid Worker. For more information, see [Installing Python 3.10 on Linux](https://docs.python.org/3/using/unix.html).
101+
To run Python 3.10 runbooks on a Linux Hybrid Worker, install *Python* on the Hybrid Worker. For more information, see [Installing Python 3.10 on Linux](https://docs.python.org/3/using/unix.html).
104102

105-
After Python 3.10 installation is complete, create an environment variable with **Variable name** as *python_3_10_path* and **Variable value** as location of the executable *python.exe* file. Restart the Hybrid Runbook Worker after environment variable is created successfully.
103+
After Python 3.10 installation is complete, create an environment variable with **Variable name** as *python_3_10_path* and **Variable value** as location of the executable *Python* file. Restart the Hybrid Runbook Worker after environment variable is created successfully.
106104

107105

108106
#### [Agent-based Hybrid Workers](#tab/Lin-agt-hrw)

0 commit comments

Comments
 (0)