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