Skip to content

Commit c6b1e42

Browse files
committed
minor edits
1 parent cbd7d6d commit c6b1e42

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,21 @@ Ensure to add the *PowerShell* file to the PATH environment variable and restart
5252

5353
**Python 3.10**
5454

55-
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)
55+
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).
5656

5757
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.
5858

5959
**Python 3.8**
6060

6161
To run Python 3.8 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). Create **environment variable** *PYTHON_3_PATH* for Python 3.8 runbooks and ensure to add the location of executable Python as **Variable value**. Restart the Hybrid Runbook Worker after the environment variable is created successfully.
62+
6263
If the *Python* executable file is at the default location *C:\WPy64-3800\python-3.8.0.amd64\python.exe*, then you do not have to create the environment variable.
6364

6465

6566
**Python 2.7**
6667

6768
To run Python 2.7 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). Create **environment variable** *PYTHON_2_PATH* for Python 2.7 runbooks and ensure to add the location of executable Python file as **Variable value**. Restart the Hybrid Runbook Worker after the environment variable is created successfully.
69+
6870
If the *Python* executable file is at the default location *C:\Python27\python.exe*, then you do not have to create the environment variable.
6971

7072

@@ -78,12 +80,14 @@ Ensure to add the *PowerShell* file to the PATH environment variable and restart
7880
**Python 3.8**
7981

8082
To run Python 3.8 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). Create **environment variable** *PYTHON_3_PATH* for Python 3.8 runbooks and ensure to add the location of executable Python as **Variable value**. Restart the Hybrid Runbook Worker after the environment variable is created successfully.
83+
8184
If the *Python* executable file is at the default location *C:\WPy64-3800\python-3.8.0.amd64\python.exe*, then you do not have to create the environment variable.
8285

8386

8487
**Python 2.7**
8588

8689
To run Python 2.7 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). Create **environment variable** *PYTHON_2_PATH* for Python 2.7 runbooks and ensure to add the location of executable Python file as **Variable value**. Restart the Hybrid Runbook Worker after the environment variable is created successfully.
90+
8791
If the *Python* executable file is at the default location *C:\Python27\python.exe*, then you do not have to create the environment variable.
8892

8993
---
@@ -112,7 +116,9 @@ To run Python 3.10 runbooks on a Linux Hybrid Worker, install *Python* on the Hy
112116
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.
113117

114118
**Python 3.8**
115-
To run Python 3.8 runbooks on a Linux Hybrid Worker, install *Python* on the Hybrid Worker. Ensure to add the executable *Python* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
119+
120+
To run Python 3.8 runbooks on a Linux Hybrid Worker, install *Python* on the Hybrid Worker.
121+
Ensure to add the executable *Python* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
116122

117123
**Python 2.7**
118124

0 commit comments

Comments
 (0)