asdf-community / asdf-community/asdf-python
Install pypy via asdf does not install python3 shim, which breaks tools like poetry
- Lenguaje dominante
- Shell
- Estrellas
- 729
- Forks
- 65
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
#### Problem
- Use asdf to install pypy: `asdf install python pypy3.7-7.3.3`
- Set python version: `asdf local python pypy3.7-7.3.3`
- Try to use `python3` command:
```
❯ python3
No preset version installed for command python3
Please install a version by running one of the following:
asdf install python pypy3.7-7.3.3
or add one of the following versions in your config file at /home/taran/tl/virtualenvs/00_qtile/.tool-versions
python 3.9.1
```
This is an issue for `poetry`, because it always attempts to use `python3`.
#### Solution
It would be helpful if installing pypy would also setup the `python3` shim as well as the usual `python` shim (and `pypy`/`pypy3` shim).
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Reproduce los comandos reportados `asdf install python pypy3.7-7.3.3`, `asdf local python pypy3.7-7.3.3` y `python3`, y luego inspecciona cómo el plugin asdf-python crea shims de comandos para PyPy. Se considera completado cuando una instalación de PyPy proporciona un comando `python3` funcional para que herramientas como Poetry puedan invocarlo.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python, shell
- Área
- tooling
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100