Skip to content

Commit 3f8a909

Browse files
committed
Added info on environment variables
1 parent c6b1e42 commit 3f8a909

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ To run Python 2.7 runbooks on a Windows Hybrid Worker, install Python on the Hyb
6969

7070
If the *Python* executable file is at the default location *C:\Python27\python.exe*, then you do not have to create the environment variable.
7171

72-
7372
#### [Agent-based Hybrid Workers](#tab/win-agt-hrw)
7473

7574
**PowerShell 7.1**
@@ -91,7 +90,13 @@ To run Python 2.7 runbooks on a Windows Hybrid Worker, install Python on the Hyb
9190
If the *Python* executable file is at the default location *C:\Python27\python.exe*, then you do not have to create the environment variable.
9291

9392
---
94-
93+
> [!NOTE]
94+
> To create environment variable in Windows systems, follow these steps:
95+
> 1. Go to **Control Panel** > **System** > **Advanced System Settings**.
96+
> 1. In **System Properties** select **Environment variables**.
97+
> 1. In **System variables**, select **New**.
98+
> 1. Provide **Variable name** and **Variable value**, and then select **OK**.
99+
> 1. Restart the VM or logout from the current user and login to implement the environment variable changes.
95100
### Linux Hybrid Worker
96101

97102
>[!NOTE]

0 commit comments

Comments
 (0)