asdf-community / asdf-community/asdf-python
Pyston doesn't provide python3 binary
- 主要言語
- Shell
- スター
- 729
- フォーク
- 65
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I've installed `pyston-2.3` version. However, it seems like it doesn't provide `python3` binary. Here's the output when I try to run `python3`:
```
$ python3
grep: python 3.9.6
python pypy3.7-7.3.5
python system
python system: No such file or directory
No preset version installed for command python3
Please install a version by running one of the following:
asdf install python pyston-2.3
or add one of the following versions in your config file at /home/arch/Documents/work/WWI/2021/ctf/.tool-versions
python 3.9.6
python pypy3.7-7.3.5
```
Because this executable is missing, it breaks many scripts. E.g. it's common to start a python script with `#!/usr/bin/env python3` shebang. It also breaks Neomake vim plugin.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
pyston-2.3 バージョンと python3 コマンドで報告を再現し、その後、どの Python 実行ファイルが公開されるかを決定するプラグインのエントリポイントを調査します。python3 が pyston-2.3 に対して解決され、/usr/bin/env python3 shebang を使用するスクリプト(Neomake ワークフローを含む)が失敗しなくなれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100