Skip to content

Commit

Permalink
python3 to install
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored Jul 11, 2023
1 parent 326be00 commit 9dce359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/computing/running/toil-cwl-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This page describes how run CWL worklflows on Puhti using `toil-cwl-runner`, inc
Install `toil` with `CWL` plugin.
```
cd /projappl/<project_nnnnnnn>
python -m venv venv
python3 -m venv venv
source venv/bin/activate
pip install -U setuptools wheel
Expand Down

0 comments on commit 9dce359

Please sign in to comment.