Skip to content

Commit

Permalink
Fix initialization
Browse files Browse the repository at this point in the history
See https://www.gitpod.io/docs/introduction/languages/python#python-versions

Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Mar 10, 2023
1 parent c791ec8 commit be7c220
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .gitpod.Dockerfile
@@ -0,0 +1,5 @@
FROM gitpod/workspace-python-3.10:2023-03-06-18-43-51

RUN pyenv uninstall -f 3.8.16 || true \
&& pyenv install mambaforge-22.9.0-2 \
&& pyenv global mambaforge-22.9.0-2
12 changes: 2 additions & 10 deletions .gitpod.yml
@@ -1,13 +1,5 @@
image: gitpod/workspace-python-3.10:2023-03-06-18-43-51

tasks:
- name: install-mamba
init: |
pyenv install mambaforge-22.9.0-2
pyenv uninstall -f 3.8.16 || true
command: |
pyenv global mambaforge-22.9.0-2
mamba --version
image:
file: .gitpod.Dockerfile

github:
prebuilds:
Expand Down

0 comments on commit be7c220

Please sign in to comment.