Skip to content

Commit 2fa7988

Browse files
committed
Newline
1 parent 3d08a31 commit 2fa7988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ def change_default_python_version_rhel(version):
15641564
RUN curl https://pyenv.run | bash \\
15651565
&& echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc \\
15661566
&& echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc \\
1567-
&& echo 'eval "$(pyenv init -)"' >> ~/.bashrc
1567+
&& echo 'eval "$(pyenv init -)"' >> ~/.bashrc \\
15681568
&& source ~/.bashrc
15691569
RUN CONFIGURE_OPTS=\"--with-openssl=/usr/lib64\" && pyenv install {} \\
15701570
&& cp /root/.pyenv/versions/{}/lib/libpython3* /usr/lib64/""".format(

0 commit comments

Comments
 (0)