asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
651 stars 56 forks source link

Install pypy via asdf does not install python3 shim, which breaks tools like poetry #90

Open taranjlu opened 3 years ago

taranjlu commented 3 years ago

Problem

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).