📜  卸载诗歌 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:14.603000             🧑  作者: Mango

代码示例1
On PowerShell: (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python - --uninstall
On shell: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - --uninstall