I'd like to distribute a scie-based binary distribution along with several wheel files (private), and let them work together. AFAIK, it is the only way to add an explicit dependency declaration for those private wheels together when building scies. Can I let the scie executable to "load" or "install" those wheels at runtime? (assuming that their required dependencies are already included in the scie/pex)
rhythmic-morning-87313
04/25/2024, 1:01 PM
Maybe an alternative is to make two separate scie or pex builds, and let them share the same environment created upon first runs.
b
broad-processor-92400
04/26/2024, 1:09 AM
Just confirming that you don't want to include the wheels in the main scie/pex?