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

Allow overriding poetry version for make install target via env variable #59

Closed
1 task done
rszamszur opened this issue Apr 4, 2022 · 0 comments · Fixed by #58
Closed
1 task done

Allow overriding poetry version for make install target via env variable #59

rszamszur opened this issue Apr 4, 2022 · 0 comments · Fixed by #58
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rszamszur
Copy link
Member

  • I have searched the issues of this repo and believe that this is not a duplicate.

Feature Request

Currently, there is no option for overriding Poetry version to install for make install target.
NOTE! Only applicable if Poetry is not installed.

Poetry docs:

if you want to install a specific version, you can use --version or the POETRY_VERSION environment variable:

python get-poetry.py --version 0.12.0
POETRY_VERSION=0.12.0 python get-poetry.py
@rszamszur rszamszur added the enhancement New feature or request label Apr 4, 2022
@rszamszur rszamszur self-assigned this Apr 4, 2022
@rszamszur rszamszur added this to the 0.10.0 milestone Apr 4, 2022
@rszamszur rszamszur mentioned this issue Apr 4, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant