You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cannot install the latest versions of python in our gitpod/workspace-full based image because pyenv is not up to date.
Steps to reproduce
Build this image:
FROM gitpod/workspace-full
RUN set -ex; \
pyenv global system; \
pyenv install 3.11.0
Results:
python-build: definition not found: 3.11.0
See all available versions with `pyenv install --list'.
If the version you need is missing, try upgrading pyenv:
cd /home/gitpod/.pyenv/plugins/python-build/../.. && git pull && cd -
Expected behavior
the latest python versions should be installed
Example repository
No response
Anything else?
It's not easy for us to install pyenv ourselves since it is installed in /home/gitpod, which is ephemeral.
The text was updated successfully, but these errors were encountered:
Bug description
We cannot install the latest versions of python in our
gitpod/workspace-full
based image because pyenv is not up to date.Steps to reproduce
Build this image:
Results:
Expected behavior
the latest python versions should be installed
Example repository
No response
Anything else?
It's not easy for us to install pyenv ourselves since it is installed in /home/gitpod, which is ephemeral.
The text was updated successfully, but these errors were encountered: