You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the pyton externals currently a venv is needed. However
things work fine without except for this.
This commit tweaks the way the externals are made available so
that no venv is needed by just creating small wrapper binaries.
Followup for osbuild#204Closes: osbuild#201 (at least for me)
With the way we do external paths and the src-layout for the Python package combined with the Go externals it's a bit cumbersome to test things.
I created a stopgap to
make external
in #196, let's replace it with something better.The text was updated successfully, but these errors were encountered: