Can we change the default install scheme from ‘nt’ to ‘posix_prefix’ while using windows python in cygwin shell for installation via python.exe setup.py install after build from source? Is something like this possible? Any help is much appreciated.
Yes, I use cygwin shell from msys as well and there python updates are coming through. Is there any way to change the default installation scheme? One way I figure is to build windows python from source and set default installation scheme to posix_prefix for python.exe setup.py install options. I haven’t tested this out yet. Another way is manually copy the files based on different schemes,