asdf-community / asdf-community/asdf-python
Pyston doesn't provide python3 binary
- Dominant language
- Shell
- Stars
- 729
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.