-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Cannot Uninstall Poetry on #644
Comments
You need to download the There is also a |
The above command throws the warning of what it will do but doesnt actually do it. I think its not just poetrys fault but also pyenvs fault. Not a great start to being an alternative to pipenv Actually having ran those commands on all my python versions poetry still exists somewhere. Where does it live? Why does it continue to pick up the wrong python version? edit: I had to set pyenv version to system |
@sdispater get-poetry.py state about self:uninstall but there running poetry self:uninstall spit CommandNotFound. |
Note that |
@bersace When running your code it only returns :
But it doesn't actually do anything. edit: Doh. Like ekhaydarov I used the wrong python installation. Works like a charm 👍 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one. |
Check out this issue if the above instruction is not working. |
I ran this with my the installer with the |
I removed it manually: rm -rf ~/.local/share/pypoetry
rm -rf ~/.poetry |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
I originally installed Poetry using
curl
(release 0.12.4). It has successfully been upgraded to 0.12.8. I have decided to uninstall it now because I am suffering similar problems to others where Poetry ignorespyenv local 3.7.1
and picks up thebrew
installed version of python 2.7.15. Anyway, when I try to uninstall Poetry usingpython get-poetry.py --uninstall
I get/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'get-poetry.py': [Errno 2] No such file or directory
.This is also the problem if I attempt to use a different version of python.
Is there another way to uninstall it?
The text was updated successfully, but these errors were encountered: