-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
brew install poetry
- completion.d - unexpected token
clear'`
#111924
Comments
brew install poetry
- completion.d - unexpected token
clear'`
This is an upstream issue in Upstream has mentioned they are working on getting out fix with v1.0 release: #109662 (comment) |
I'm presuming that once the cleo fix releases we will need to run a brew upgrade for poetry and that will update the file? As a temporary workaround I manually updated the Change |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This is still an issue as of the current 1.2.2. (Not nagging; just noting in response to the stale bot action.) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Looks like poetry 1.3.0 release (just now) should resolve this once it's updated in brew |
Closing as new release merged in #117779 |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputLast login: Wed Sep 28 23:19:55 on ttys004
-bash: /usr/local/etc/bash_completion.d/poetry: line 40: syntax error near unexpected token
clear' -bash: /usr/local/etc/bash_completion.d/poetry: line 40:
(cache clear)'The default interactive shell is now zsh.
To update your account to use zsh, please run
chsh -s /bin/zsh
.For more details, please visit https://support.apple.com/kb/HT208050.
Last login: Wed Sep 28 23:19:55 on ttys004
The default interactive shell is now zsh.
To update your account to use zsh, please run
chsh -s /bin/zsh
.For more details, please visit https://support.apple.com/kb/HT208050.
After this update open a new interactive terminal I am presented with:
Removing poetry 1.2.1 removes this error when opening a new interative terminal.
I can reproduce this by simply installing poetry 1.2.1 (using brew)
The text was updated successfully, but these errors were encountered: