From d5857a4ed91c699b8a8049327a737c2a6a66fbd3 Mon Sep 17 00:00:00 2001 From: Javi Molina Date: Mon, 4 Dec 2023 12:49:14 +0100 Subject: [PATCH] Adding command to use the specific python version --- .gitpod.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index beca42d..b383223 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -2,4 +2,5 @@ FROM gitpod/workspace-python RUN pyenv install 3.10.6 \ - && pyenv global 3.10.6 \ No newline at end of file + && pyenv global 3.10.6 \ + && pyenv shell 3.10.6 \ No newline at end of file