I have two scripts, one that uses 32-bit DLL files and one that uses too much memory to be usable with 32-bit version of python. When executing a python script from the command line or batch file, is there a way to specify which bit architecture to use, similar to how you can define which version to use?
Currently the solution being used is to have two different versions of python on the machine (ex: 32-bit Python 3.6 and 64-bit Python 3.7). Is it possible to have two different architectures of the same version and call them by architecture?