安装poetry
因在线安装要下载70M,而且因为网络问题速度慢并且没有进度条,多次下载都已失败告终,遂采用离线方式安装。
离线安装poetry
将 https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py 这个python 脚本存储到本地,比如存储为 get-poetry.py
在 https://github.com/python-poetry/poetry/releases 下载对应平台的 realse 版本,比如 1.1.6 的 linux 版本 poetry-1.1.6-linux.tar.gz
运行 python get-poetry.py –file poetry-1.1.4-win32.tar.gz
配置环境变量
1 | # 打开文件 |
1 | # 在文件中添加如下内容后,命令行模式:wq 保存退出文件 |
1 | # 执行如下命令 |
1 | # 测试是否安装配置成功 |
参考链接:
https://juejin.cn/post/6844904083464126472
- Post title:安装poetry
- Post author:Willem Zhang
- Create time:2021-04-23 07:57:41
- Post link:https://ataraxia.top/2021/04/22/安装poetry/
- Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
Comments