Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packit: Set PATH for commands installed by pip install. #1056

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

junaruga
Copy link
Collaborator

@junaruga junaruga commented Aug 18, 2023

This fixes the following issue found at #1055 (comment).

+ 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
...

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
...
```
@mr-c mr-c enabled auto-merge (rebase) August 18, 2023 14:26
@mr-c mr-c merged commit 4d55fc2 into simd-everywhere:master Aug 18, 2023
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants