python-poetry / python-poetry/install.python-poetry.org
Actual version installed is different than it claimed to have installed
オープン
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 255
- フォーク
- 65
- 平均マージ
- 2時間 48分
- マージ済み PR(30日)
- 1
説明
Here is a console log of the poetry installation on a Mac OSX Ventura.
It claims to have installed version 1.3.2 but when I run the "poetry --version" it showed version 1.3.1
~/.local/bin curl -sSL https://install.python-poetry.org | python3 -
Retrieving Poetry metadata
# Welcome to Poetry!
This will download and install the latest version of Poetry,
a dependency and package manager for Python.
It will add the `poetry` command to Poetry's bin directory, located at:
/Users/tonychia/.local/bin
You can uninstall at any time by executing this script with the --uninstall option,
and these changes will be reverted.
Installing Poetry (1.3.2): Installing Poetry
Installing Poetry (1.3.2): Done
Poetry (1.3.2) is installed now. Great!
You can test that everything is set up by executing:
`poetry --version`
~/.local/bin
~/.local/bin poetry --version
Poetry (version 1.3.1)
~/.local/bin ls -ltr
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、macOS で文書化されているインストールコマンドを再現し、報告されたバージョンを poetry --version と比較します。~/.local/bin にインストールされたコマンドと、レポートに表示されているインストール出力を調査します。コマンドがインストーラーのインストール済みバージョンの報告と一致するバージョンを解決するか、または相違点が明確に説明されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- cli, tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100