Skip to content

Commit 62f902f

Browse files
committed
Use /opt path
1 parent 35de558 commit 62f902f

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
@@ -1546,7 +1546,7 @@ def change_default_python_version_rhel(version):
15461546
# match the version of python inside the RHEL base container. This means that python packages
15471547
# installed within the container will not be picked up by the python backend stub process pybind
15481548
# bindings. It must instead must be installed via pyenv.
1549-
ENV PYENV_ROOT=/tmp/pyenv_build
1549+
ENV PYENV_ROOT=/opt/pyenv_build
15501550
RUN curl https://pyenv.run | bash
15511551
ENV PATH="${{PYENV_ROOT}}/bin:$PATH"
15521552
RUN eval "$(pyenv init -)"

0 commit comments

Comments
 (0)