asdf-community / asdf-community/asdf-python
Pyston doesn't provide python3 binary
- Langage dominant
- Shell
- Étoiles
- 729
- Forks
- 65
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Reproduisez le rapport avec la version pyston-2.3 et la commande python3, puis inspectez les points d’entrée des plugins qui déterminent quels exécutables Python sont exposés. Le travail est terminé lorsque python3 est résolu pour pyston-2.3 et que les scripts utilisant le shebang /usr/bin/env python3, y compris les workflows Neomake, n’échouent plus.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- tooling
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 42/100