We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d08a31 commit 2fa7988Copy full SHA for 2fa7988
build.py
@@ -1564,7 +1564,7 @@ def change_default_python_version_rhel(version):
1564
RUN curl https://pyenv.run | bash \\
1565
&& echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc \\
1566
&& echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc \\
1567
- && echo 'eval "$(pyenv init -)"' >> ~/.bashrc
+ && echo 'eval "$(pyenv init -)"' >> ~/.bashrc \\
1568
&& source ~/.bashrc
1569
RUN CONFIGURE_OPTS=\"--with-openssl=/usr/lib64\" && pyenv install {} \\
1570
&& cp /root/.pyenv/versions/{}/lib/libpython3* /usr/lib64/""".format(
0 commit comments