We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326be00 commit 9dce359Copy full SHA for 9dce359
docs/computing/running/toil-cwl-runner.md
@@ -34,7 +34,7 @@ This page describes how run CWL worklflows on Puhti using `toil-cwl-runner`, inc
34
Install `toil` with `CWL` plugin.
35
```
36
cd /projappl/<project_nnnnnnn>
37
-python -m venv venv
+python3 -m venv venv
38
source venv/bin/activate
39
40
pip install -U setuptools wheel
0 commit comments