From 4683c24281d3085e6cae21ec91b84597bf6ee626 Mon Sep 17 00:00:00 2001 From: RyanH-STFC Date: Thu, 19 Feb 2026 15:56:43 +0000 Subject: [PATCH] DOC: change the read me to use correct path - For the step of activating the virtual python env it has the wrong path --- os_builders/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/os_builders/README.md b/os_builders/README.md index 95cc160..f118c85 100644 --- a/os_builders/README.md +++ b/os_builders/README.md @@ -29,7 +29,7 @@ The pipeline consists of the following steps: sudo dnf install python3-pip python3-venv -y python3 -m venv image_builders - source image_builder/bin/activate + source image_builders/bin/activate ``` 2. Clone the repository and prepare machine ```shell @@ -59,7 +59,7 @@ The pipeline consists of the following steps: 1. Activate virtual environment if not already ```shell - source image_builder/bin/activate # As made in the set up steps + source image_builders/bin/activate # As made in the set up steps ``` 2. Run Packer ```shell @@ -91,7 +91,7 @@ The pipeline consists of the following steps: 1. Activate virtual environment if not already ```shell - source image_builder/bin/activate # As made in the set up steps + source image_builders/bin/activate # As made in the set up steps ``` 2. Create a VM using the current latest image for the OS you are fixing ```shell