Skip to content

Instantly share code, notes, and snippets.

@nilreml
Last active December 10, 2024 13:24
Show Gist options
  • Select an option

  • Save nilreml/e00e589d3aee60e922f9d0db4f3b57b8 to your computer and use it in GitHub Desktop.

Select an option

Save nilreml/e00e589d3aee60e922f9d0db4f3b57b8 to your computer and use it in GitHub Desktop.
Bash completions:
- mkdir -p ${XDG_DATA_HOME:-~/.local/share}/bash-completion/completions
- poetry completions bash > ${XDG_DATA_HOME:-~/.local/share}/bash-completion/completions/poetry
Recreate virtual environment:
- poetry shell
- poetry env remove $(which python)
- poetry install
Recreate dependency graph:
- rm poetry.lock
- poetry lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment