From 786f7fd7b1ffe3499aaf659793f8cbd3cbac029e Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:01:40 +0200 Subject: [PATCH] python3 to install --- docs/computing/running/toil-cwl-runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/computing/running/toil-cwl-runner.md b/docs/computing/running/toil-cwl-runner.md index 9e7809bc58..1f2b9bd9b3 100644 --- a/docs/computing/running/toil-cwl-runner.md +++ b/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 Install `toil` with `CWL` plugin. ``` cd /projappl/ -python -m venv venv +python3 -m venv venv source venv/bin/activate pip install -U setuptools wheel