Skip to content

Commit 9dce359

Browse files
authored
python3 to install
1 parent 326be00 commit 9dce359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/computing/running/toil-cwl-runner.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This page describes how run CWL worklflows on Puhti using `toil-cwl-runner`, inc
3434
Install `toil` with `CWL` plugin.
3535
```
3636
cd /projappl/<project_nnnnnnn>
37-
python -m venv venv
37+
python3 -m venv venv
3838
source venv/bin/activate
3939
4040
pip install -U setuptools wheel

0 commit comments

Comments
 (0)