From 19287308432edb154bf2e74720faab646e9dbf71 Mon Sep 17 00:00:00 2001 From: Justs Zarins Date: Mon, 18 Dec 2023 16:37:41 +0000 Subject: [PATCH] Update invocation of python3.8 on SDF --- docs/services/cs2/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/cs2/run.md b/docs/services/cs2/run.md index 2e3c385db..79461e616 100644 --- a/docs/services/cs2/run.md +++ b/docs/services/cs2/run.md @@ -43,7 +43,7 @@ To run a job on the cluster, you must create a Python virtual environment (venv) 1. Create the venv ```bash -/opt/python3.8/bin/python3.8 -m venv venv_cerebras_pt +python3.8 -m venv venv_cerebras_pt ``` 1. Install the dependencies