Skip to content

Commit

Permalink
Modify suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrini15 committed Oct 30, 2024
1 parent e4b9714 commit ef00f2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,8 @@ def change_default_python_version_rhel(version):
# pip installed will not be found during testing.
ENV PYVER={} PYTHONPATH=/opt/python/v
RUN ln -sf ${{PYENV_ROOT}}/versions/${{PYVER}}* ${{PYTHONPATH}}
ENV PYBIN=${{PYTHONPATH}}/bin PYTHON_BIN_PATH=${{PYBIN}}/python${{PYVER}} PATH=${{PYBIN}}:${{PATH}}
ENV PYBIN=${{PYTHONPATH}}/bin
ENV PYTHON_BIN_PATH=${{PYBIN}}/python${{PYVER}} PATH=${{PYBIN}}:${{PATH}}
""".format(
version
)
Expand Down

0 comments on commit ef00f2a

Please sign in to comment.