Skip to content

Commit

Permalink
Update pyenv to v2.3.36
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Feb 14, 2024
1 parent 2a4fab7 commit 6e5145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunks/lang-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN sudo install-packages \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
# Install PYENV
&& git clone https://github.com/pyenv/pyenv.git ~/.pyenv \
&& git -C ~/.pyenv checkout 74a2523c97d2e5c1dbdca7b58f3372324ccad4e6 \
&& git -C ~/.pyenv checkout 5e4879a2bcb56b6a6842ca5a64656050af578ad0 \
&& pyenv install ${PYTHON_VERSION} \
&& pyenv global ${PYTHON_VERSION} \
&& for exec in global; do printf '%s\n' 'source "$HOME/.gp_pyenv.d/userbase.bash"' >> "$PYENV_ROOT/libexec/pyenv-$exec"; done \
Expand Down

0 comments on commit 6e5145b

Please sign in to comment.