Last active
December 10, 2024 13:24
-
-
Save nilreml/e00e589d3aee60e922f9d0db4f3b57b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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