作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
macOS Mojave 10.14.6Python 3.7.2
我像文档中那样安装了 python poetry:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
据我所知一切顺利,除了 $POETRY_HOME 没有设置。类似于 <full_path_to_poetry>/poetry --version
作品。现在我想用 get-poetry.py
尝试文档中提到的几件事,例如
python get-poetry.py --preview
原来我没有get-poetry.py
在我的硬盘上的任何地方。我在某处缺少步骤吗?使用 pip
安装诗歌或创建项目对缺少 get-poetry.py
没有帮助
最佳答案
在 https://python-poetry.org/docs/#installation没有提到您需要单独下载 get-poetry.py。在 https://github.com/python-poetry/poetry它被提及。感谢martineau用于报价。
至于$POETRY_HOME not set 的问题,应该是没有再用了。安装将诗歌位置添加到 ~/.bash_profile
中的 $PATH,因此只需获取它并调用 poetry
即可。
关于Python 诗歌 : Where is get-poetry. py?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62312751/
我是一名优秀的程序员,十分优秀!