Join Slack
Powered by
How would I go about installing poetry using Pants...
# plugins
r
refined-dusk-58376
11/26/2020, 4:14 AM
How would I go about installing poetry using Pants plugins if it uses a python file to work?
h
hundreds-father-404
11/26/2020, 4:21 AM
It’s pip installable, meaning you can install it with Pex.
https://www.pantsbuild.org/docs/rules-api-installing-tools#pex-install-binaries-through-pip
f
fast-nail-55400
11/26/2020, 4:28 AM
and your plugin can have rules that create a pex solely for use inside the plugin
fast-nail-55400
11/26/2020, 4:35 AM
this is, for example, how Pants invokes mypy.
https://github.com/pantsbuild/pants/blob/47b583e258aec03da30e81a4e8d9082e2f3f8ff5/src/python/pants/backend/python/typecheck/mypy/rules.py
👍 1
4
Views
Open in Slack
Previous
Next