From 062ccb6a72f181295be54adb1ebdafaaad5cd2a3 Mon Sep 17 00:00:00 2001 From: Joshua Bronson Date: Mon, 7 Mar 2022 19:13:13 +0000 Subject: [PATCH] rm workaround for gitpod-io/workspace-images#664 now that it's fixed --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index ed8d792..2d8f16f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -16,11 +16,11 @@ github: # add a label once the prebuild is ready to pull requests (defaults to false) addLabel: prebuilt-in-gitpod +image: gitpod/workspace-python:latest + # https://www.gitpod.io/docs/languages/python tasks: - init: | - echo 'eval "$(pyenv init --path)"' >> ~/.bashrc.d/60-python - eval "$(pyenv init --path)" # https://github.com/gitpod-io/workspace-images/issues/664 pyenv install 3.10.2 pyenv global 3.10.2 pip install -U pip