We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915d307 commit 3033923Copy full SHA for 3033923
1 file changed
install-poetry.py
@@ -571,7 +571,7 @@ def uninstall(self) -> int:
571
self._write("Removing {}".format(colorize("info", "Poetry")))
572
573
shutil.rmtree(str(self._data_dir))
574
- for script in ["poetry", "poetry.bat"]:
+ for script in ["poetry", "poetry.bat", "poetry.exe"]:
575
if self._bin_dir.joinpath(script).exists():
576
self._bin_dir.joinpath(script).unlink()
577
0 commit comments