May
12
Run 32 Bit Python Libraries
Today I learned it is trivial to get python running in 32 bit mode. All you have to do is:
export VERSIONER_PYTHON_PREFER_32_BIT=yes
and then run your program normally.
Today I learned it is trivial to get python running in 32 bit mode. All you have to do is:
export VERSIONER_PYTHON_PREFER_32_BIT=yes
and then run your program normally.