Skip to content

Commit 09ea9e2

Browse files
committed
Split commands
1 parent 2fa7988 commit 09ea9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)