Skip to content

Commit b11990f

Browse files
committed
minor edits
1 parent a71cf01 commit b11990f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,33 @@ Jobs for Hybrid Runbook Workers run under the local **System** account.
3939
#### [Extension-based Hybrid Workers](#tab/win-extn-hrw)
4040

4141
**PowerShell 7.1**
42-
Ensure to add the *pwsh.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
42+
43+
Ensure to add the *pwsh.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
4344

4445
**Python 2.x, Python 3.x upto 3.8**
46+
4547
Ensure to add the *python.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
4648

4749
**PowerShell 7.2**
50+
4851
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.2).
4952

5053
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.
5154

5255
**Python 3.10**
56+
5357
To run Python 3.10 runbooks on a Windows Hybrid Worker, install *python.exe* on the Hybrid Worker. See [Installing Python on Windows](https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3).
5458

5559
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.
5660

5761
#### [Agent-based Hybrid Workers](#tab/win-agt-hrw)
5862

5963
**PowerShell 7.1**
64+
6065
Ensure to add the *pwsh.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
6166

6267
**Python 2.x, Python 3.x upto 3.8**
68+
6369
Ensure to add the *python.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
6470

6571
---
@@ -76,16 +82,19 @@ Ensure to add the *python.exe* file to the PATH environment variable and restart
7682
> Create environment variable in Linux systems: </br> 1. Open /etc/environment. </br> 2. Create a new Environment variable by adding VARIABLE_NAME="variable_value" in a new line in /etc/environment (VARIABLE_NAME is the name of the new Environment variable and variable_value represents the value it is to be assigned). </br> 3. Either restart the VM or logout from current user and login again after saving the changes to /etc/environment to ensure environment variable changes take place.
7783
7884
**Python 2.x, Python 3.x upto 3.8**
85+
7986
Ensure to add the *python.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
8087

8188
**PowerShell 7.2**
89+
8290
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).
8391

8492
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*.
8593

8694
Restart the Hybrid Runbook Worker after an environment variable is created successfully.
8795

8896
**Python 3.10**
97+
8998
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]()
9099

91100
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.

0 commit comments

Comments
 (0)