Skip to content

Commit

Permalink
Merge pull request #43 from jmolina4/fix_gitpod
Browse files Browse the repository at this point in the history
Adding command to use the specific python version
  • Loading branch information
lauris-tw authored Dec 4, 2023
2 parents 476f2dd + d5857a4 commit 6576749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
FROM gitpod/workspace-python

RUN pyenv install 3.10.6 \
&& pyenv global 3.10.6
&& pyenv global 3.10.6 \
&& pyenv shell 3.10.6

0 comments on commit 6576749

Please sign in to comment.