File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1561,8 +1561,8 @@ def change_default_python_version_rhel(version):
15611561# match the version of python inside the RHEL base container. This means that python packages
15621562# installed within the container will not be picked up by the python backend stub process pybind
15631563# bindings. It must instead must be installed via pyenv.
1564- RUN curl https://pyenv.run | bash \\
1565- && echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc \\
1564+ RUN curl https://pyenv.run | bash
1565+ RUN echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc \\
15661566 && echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc \\
15671567 && echo 'eval "$(pyenv init -)"' >> ~/.bashrc \\
15681568 && source ~/.bashrc
You can’t perform that action at this time.
0 commit comments