我已经完全卸载并重新安装了诗歌,使用:
POETRY_UNINSTALL=1 bash -c 'curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python'
Run Code Online (Sandbox Code Playgroud)
然后我使用以下命令重新安装它:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
Run Code Online (Sandbox Code Playgroud)
但它并没有解决问题。然后我 # 进行诗歌配置
export PATH="$HOME/.poetry/bin:$PATH"
Run Code Online (Sandbox Code Playgroud)