update asdf command in readme
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.
This commit is contained in:
parent
5e4503da10
commit
ea9c41e9be
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ A common request for Python is being able to use the `python2` and `python3` com
|
|||
This can be achieved by setting multiple versions of Python, for example with
|
||||
|
||||
```
|
||||
asdf global 3.6.2 2.7.13
|
||||
asdf global python 3.6.2 2.7.13
|
||||
```
|
||||
|
||||
This feature is experimental but should be working well enough for most use cases.
|
||||
|
|
Loading…
Reference in a new issue