Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Packit: Set PATH for commands installed by
pip install
.
This fixes the following issue. ``` + pip3 install meson==0.55.0 ... Installing collected packages: meson WARNING: The script meson is installed in '/builddir/.local/bin' which is not on PATH. ... + meson setup build/gcc /builddir/build/SOURCES/ci.sh: line 15: meson: command not found ... ```
- Loading branch information