Merge pull request #45 from zfletch/update-readme-asdf-python

Update asdf command in README
This commit is contained in:
Daniel Perez 2018-12-02 11:51:42 +00:00 committed by GitHub
commit 3c9b8af350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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