-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
It would be nice to be able to ensure poetry gets installed with some plugins.
I suppose it would require doing something quite clever with the .tool-versions format. A couple ideas:
- Add a special environment variable that contains a (comma separated?) list of plugins to install.
- This feels unfortunate because it wouldn't give me any mechanism for using poetry 1.2.3 both with a given plugin and without a given plugin.
- Do something clever with asdf plugin naming. For example, folks could run
asdf plugin-add poetry-with-FOO-with-BAR https://github.com/asdf-community/asdf-poetry.gitand under the hood, asdf-plugin would parse the plugin name and install the given plugins (in this case, "FOO" and "BAR") when it installs a particular version of poetry.- This is quite a hack, but I think it would work. asdf doesn't seem to pass the plugin name down when invoking install, but we could deduce it from the location of the
installscript.
- This is quite a hack, but I think it would work. asdf doesn't seem to pass the plugin name down when invoking install, but we could deduce it from the location of the
Metadata
Metadata
Assignees
Labels
No labels