asdf-community / asdf-python

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

Update asdf command in README #45

Closed zfletch closed 5 years ago

zfletch commented 5 years ago

When I run the command asdf global 3.6.2 2.7.13, I get the error message No such plugin: 3.6.2.

I think it's missing python after global. The command asdf global python 3.6.2 2.7.13 works for me.

danhper commented 5 years ago

Oh, indeed. Thanks!