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

Fix default packages support and document the feature in the README #59

Closed essh closed 5 years ago

essh commented 5 years ago

This PR fixes default package support which currently does not seem to work. I used asdf-nodejs as a guide for how to get this to work correctly (https://github.com/asdf-vm/asdf-nodejs/blob/8bbe1ed8554a54a73b2d7f3663843a3f6bdb47fb/bin/install#L260).

The feature is also now documented in the README.

danhper commented 5 years ago

Great, thank you!