I have a 64 bit machine with 64 bit Windows on one side and 64 bit Ubuntu 14 on the other. I am going through some exercises and notice that when I run the following command:
import sys
sys.maxint
I don’t get back the max int for a 64 bit machine and install I get the 32 bit max int. I’m a bit confused and do not know where to start. Maybe it is because I am using the Student License? Works just fine on the Ubuntu side.