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

Reset _PIP_INSTALL_ARGS to empty for Alpine, similar to Ubuntu and Debian #2019

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

dmurphy18
Copy link
Contributor

What does this PR do?

Removes user of ```--prefix=/usr" for Alpine Containers, reset _PIP_INSTALL_ARGS to empty for Alpine, similar to Ubuntu and Debian

What issues does this PR fix or reference?

Fixes #2015

@dmurphy18 dmurphy18 self-assigned this Sep 20, 2024
@dmurphy18 dmurphy18 changed the title Reset _PIP_INSTALL_ARGS to empty for Alpine, similar to Ubuntu and Dewbian Reset _PIP_INSTALL_ARGS to empty for Alpine, similar to Ubuntu and Debian Sep 20, 2024
@dmurphy18 dmurphy18 merged commit 0da4f9a into saltstack:develop Sep 20, 2024
183 checks passed
@dmurphy18 dmurphy18 deleted the fix_2015 branch November 22, 2024 21:02
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.

_PIP_INSTALL_ARGS="--prefix=/usr" assumes the in-use pip3.10 is installed under /usr
1 participant