p:: Python
pipx install poetry
installed package poetry 2.0.1, installed using Python 3.12.7
These apps are now globally available
- poetry
done! ✨ 🌟 ✨
Oh My Zsh tab completion
mkdir $ZSH_CUSTOM/plugins/poetry
poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry
vim ~/.zshrc
plugins(
poetry
...
)
source ~/.zshrc