weberc2 / builder

Prototype build tool
0 stars 0 forks source link

Python plugin should not depend on system python #9

Open weberc2 opened 5 years ago

weberc2 commented 5 years ago

Right now the Python plugin depends on system python; the plugin should "build" its own Python(s) at the right version and reference them from the cache.

weberc2 commented 4 years ago

Possible solution: Create a low-level target that all Python target types depend on; update the build scripts to exec this Python (in a venv w/ wheel installed) and its corresponding pip instead of system python and system pip.