You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/automation-hrw-run-runbooks.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,13 @@ Jobs for Hybrid Runbook Workers run under the local **System** account.
40
40
41
41
**PowerShell 7.1**
42
42
43
-
Ensure to add the *pwsh.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
43
+
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
45
45
46
**Python 2.x, Python 3.x upto 3.8**
46
47
47
-
Ensure to add the *python.exe* 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](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
50
49
51
**PowerShell 7.2**
50
52
@@ -54,19 +56,21 @@ After PowerShell 7.2 installation is complete, create an environment variable wi
54
56
55
57
**Python 3.10**
56
58
57
-
To run Python 3.10 runbooks on a Windows Hybrid Worker, install *python.exe* on the Hybrid Worker. See [Installing Python on Windows]()
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)
58
60
59
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.
Ensure to add the *pwsh.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
67
+
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.
66
69
67
70
**Python 2.x, Python 3.x upto 3.8**
68
71
69
-
Ensure to add the *python.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
72
+
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.
70
74
71
75
---
72
76
@@ -83,6 +87,7 @@ Ensure to add the *python.exe* file to the PATH environment variable and restart
83
87
84
88
**Python 2.x, Python 3.x upto 3.8**
85
89
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).
86
91
Ensure to add the *python.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
87
92
88
93
**PowerShell 7.2**
@@ -95,7 +100,7 @@ Restart the Hybrid Runbook Worker after an environment variable is created succe
95
100
96
101
**Python 3.10**
97
102
98
-
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]()
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).
99
104
100
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.
0 commit comments