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

ASDF_POETRY_INSTALL_URL: Optionally override installer URL #16

Merged
merged 2 commits into from
Nov 28, 2021

Commits on Nov 27, 2021

  1. ASDF_POETRY_INSTALL_URL: Optionally override installer URL

    If you haven't, uninstall: asdf uninstall poetry 1.1.8;
    
    Default installer for <1.2 (get-poetry.py):
    
    asdf install poetry 1.1.8
    
    Uninstall again:
    
    asdf uninstall poetry 1.1.8;
    
    Notice the warning:
    
    > This installer is deprecated. Poetry versions installed using this
    > script will not be able to use 'self update' command to upgrade to
    > 1.2.0a1 or later.
    
    Force install-poetry.py:
    
    ASDF_POETRY_INSTALL_URL=https://install.python-poetry.org asdf install poetry 1.1.8
    tony committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    c428bfd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    57b7a7e View commit details
    Browse the repository at this point in the history