In short:
How to trick python3.exe to bring in linux dependencies into a "env-lin" folder that I can later copy to myproj/env-lin in a linux box?
Constraints:
- only one windows machine - no VMs, no docker.
- one unix machine with high restriction, no internet, no access to py dependencies. The py project need two dependencies, those dependences must be fetched in a WIN-Laptop somehow. Later I'll copy it over to the linux server
Is there a way I can create below venv in my windows laptop? and copy over env-lin to linux server?
/myproj
/env-win
/env-lin