asdf-community / asdf-python

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

Multiple versions of python fail to install with `asdf install` #57

Closed kevinkjt2000 closed 4 years ago

kevinkjt2000 commented 5 years ago

Steps to reproduce

On a brand new install of asdf, I tried to execute cd ~ && asdf install with this ~/.tool-versions file:

python 3.7.3 2.7.16

Expected behavior

python-build 3.7.3 /home/kevin/.asdf/installs/python/3.7.3
Downloading Python-3.7.3.tar.xz...
-> https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz
Installing Python-3.7.3...
Installed Python-3.7.3 to /home/kevin/.asdf/installs/python/3.7.3
python-build 2.7.16 /home/kevin/.asdf/installs/python/2.7.16
Downloading Python-2.7.16.tar.xz...
-> https://www.python.org/ftp/python/2.7.16/Python-2.7.16.tar.xz
Installing Python-2.7.16...
Installed Python-2.7.16 to /home/kevin/.asdf/installs/python/2.7.16

Actual behavior

python-build 3.7.3 2.7.16 /home/kevin/.asdf/installs/python/3.7.3 2.7.16
python-build: definition not found: 3.7.3 2.7.16

Environment

OS: Arch Linux

asdf version: 0.7.2

kevinkjt2000 commented 4 years ago

https://github.com/asdf-vm/asdf/issues/540 was re-opened.

Definitely an issue with asdf itself.

So, I'll close this one.