mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
pyenv fixes
This commit is contained in:
parent
2bc20c00a2
commit
a9d3acb99d
1 changed files with 3 additions and 0 deletions
|
|
@ -68,14 +68,17 @@ RUN cd /opt/openpype \
|
|||
|
||||
RUN source $HOME/.bashrc \
|
||||
cd /opt/openpype \
|
||||
&& pyenv local ${OPENPYPE_PYTHON_VERSION} \
|
||||
&& ./tools/create_env.sh
|
||||
|
||||
RUN source $HOME/.bashrc \
|
||||
cd /opt/openpype \
|
||||
&& pyenv local ${OPENPYPE_PYTHON_VERSION} \
|
||||
&& ./tools/fetch_thirdparty_libs.sh
|
||||
|
||||
RUN source $HOME/.bashrc \
|
||||
cd /opt/openpype \
|
||||
&& pyenv local ${OPENPYPE_PYTHON_VERSION} \
|
||||
&& bash ./tools/build.sh
|
||||
|
||||
RUN cd /opt/openpype \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue