Skip to content

Commit

Permalink
layers/meta-opentrons: need bin path for "venv"
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Sep 10, 2024
1 parent 0e9ca88 commit c5afe36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/meta-opentrons/classes/pipenv_app_bundle.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ do_compile () {
maturin \


${PIP_ENVARGS} PYTHONPATH=${B}/pip-buildenv:${PYTHONPATH} ${PYTHON} -m pip install \
PATH=${B}/pip-buildenv/bin/:${PATH} ${PIP_ENVARGS} PYTHONPATH=${B}/pip-buildenv:${PYTHONPATH} ${PYTHON} -m pip install \
${PIP_ARGS} \
--no-build-isolation \
-r ${B}/pypi.txt \
Expand Down

0 comments on commit c5afe36

Please sign in to comment.