Skip to content

Commit 5696fdf

Browse files
committed
Use Python 3 by default (#5)
1 parent ba8767a commit 5696fdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitpod.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
tasks:
2-
- init: make
2+
- init: pyenv global $(pyenv versions | grep -Po '\d.\d.\d' | grep ^3)
3+
- command: make
34
image:
45
file: .gitpod.Dockerfile

0 commit comments

Comments
 (0)