Closed rlex closed 6 years ago
any updates on this?
Hi, sorry for the delay and thank you for the PR.
I think this feature is a good idea, but I do not like the name of the file, as egg is a packaging format which is being replaced by wheel. As this is a way to install Python packages, I would rather simply name the file ~/.default-python-packages
. What do you think?
Yep, looks better. Should be good now?
Great, thank you!
Should update the readme with this!
Subj. Allows you to install default packages on each python install. Basically same as in nodejs / ruby official plugins: https://github.com/asdf-vm/asdf-nodejs/blob/master/bin/install#L238-L252 https://github.com/asdf-vm/asdf-ruby/blob/master/bin/install#L52-L71
pkgs should be listed in ~/.default-eggs, one per line. I'm not sure if "egg" is correct naming for python pkgs, though.