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