Skip to content

Instantly share code, notes, and snippets.

@0az
Created October 5, 2020 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0az/60d389d6beb2818ad78111865d181aad to your computer and use it in GitHub Desktop.
Save 0az/60d389d6beb2818ad78111865d181aad to your computer and use it in GitHub Desktop.

Alternate Poetry installation steps

  • Install Python 3.8, or the latest stable version of Python.
    • Depends on OS/Distro.
    • Windows: Use Windows Subsystem for Linux and Google.
    • Mac: Use Homebrew
    • Linux: I assume you know what you're doing.
  • Install pipx using pip.
    • python3 -m pip install --user pipx
    • If your Python 3.8 is installed under a different name, adjust accordingly.
    • Make sure that pipx is in PATH.
  • Install Poetry using pipx.
    • pipx install poetry
  • Ensure path
    • pipx ensurepath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment