Jonathan Barnoud
Results
152
comments of
Jonathan Barnoud
The thing is that there are many ways to install a package. Even if it is not available as a RPM because @rathann knowns it does not work, it can...
The way to implement @richardjgowers suggestion seems to be: ```python BIG_ENDIAN = (sys.byteorder == 'big') ```