mac poetry安装

https://python-poetry.org/docs/

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

如果下载不成功,试试切换sudo su,到root下载

下载完成之后需要配环境变量

To get started you need Poetry's bin directory ($HOME/.poetry/bin) in your `PATH`
environment variable. Next time you log in this will be done
automatically.

To configure your current shell run `source $HOME/.poetry/env`

mac找不到环境变量文件,参考:https://www.jianshu.com/p/82f5f09c39b1

 
posted @ 2021-11-25 16:40  mkay  阅读(1452)  评论(0编辑  收藏  举报