Skip to content

Commit 35de558

Browse files
committed
formatting
1 parent ef00f2a commit 35de558

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
@@ -1560,7 +1560,7 @@ def change_default_python_version_rhel(version):
15601560
# pip installed will not be found during testing.
15611561
ENV PYVER={} PYTHONPATH=/opt/python/v
15621562
RUN ln -sf ${{PYENV_ROOT}}/versions/${{PYVER}}* ${{PYTHONPATH}}
1563-
ENV PYBIN=${{PYTHONPATH}}/bin
1563+
ENV PYBIN=${{PYTHONPATH}}/bin
15641564
ENV PYTHON_BIN_PATH=${{PYBIN}}/python${{PYVER}} PATH=${{PYBIN}}:${{PATH}}
15651565
""".format(
15661566
version

0 commit comments

Comments
 (0)