Closed zfletch closed 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.
asdf global 3.6.2 2.7.13
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.
python
global
asdf global python 3.6.2 2.7.13
Oh, indeed. Thanks!
When I run the command
asdf global 3.6.2 2.7.13
, I get the error messageNo such plugin: 3.6.2
.I think it's missing
python
afterglobal
. The commandasdf global python 3.6.2 2.7.13
works for me.