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

Poetry #4

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Poetry #4

merged 1 commit into from
Dec 19, 2024

Conversation

mwiencek
Copy link
Member

No description provided.

@mwiencek mwiencek force-pushed the poetry branch 3 times, most recently from f87fd09 to d8d6e98 Compare November 30, 2024 20:31
Comment on lines +20 to +22
sudo -E -H -u art /usr/local/bin/python -m pip install --user --no-warn-script-location 'pipx==1.7.1' && \
sudo -E -H -u art env PATH="/home/art/.local/bin:$PATH" pipx install --python /usr/local/bin/python 'poetry==1.8.3' && \
sudo -E -H -u art env PATH="/home/art/.local/bin:$PATH" poetry install && \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was annoying because pipx ensurepath is useless within a Docker RUN command, and PATH isn't propagated via sudo -E by default.

@mwiencek mwiencek merged commit 94847df into master Dec 19, 2024
1 check passed
@mwiencek mwiencek deleted the poetry branch December 19, 2024 22:58
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.

1 participant