Install python 32 bit on 64 bit linux
问题 I basically have two questions: How do you install 32bit python alongside 64bit python on linux? How do I fix my broken system from the failed attempt below? I just tried to install 32bit python alongside my 64bit python on linux mint 16. It's not as straight forward as I hoped for (something like sudo apt-get install python32 would be nice) but after a bit of googling I downloaded python 2.7.6 and did the following: sudo apt-get install ia32-libs gcc-multilib checkinstall CC="gcc -m32"