heh -- alpine: ```Python 2.7.13 (default, Dec 22 2...
# general
r
heh -- alpine:
Copy code
Python 2.7.13 (default, Dec 22 2016, 09:22:15)
[GCC 6.2.1 20160822] on linux2
Type "help", "copyright", "credits" or "license" for more information.

>>> from pkg_resources import get_supported_platform
>>> get_supported_platform()
'linux-x86_64'
>>>
centos:
Copy code
[root@f4942d59a373 src]# python
Python 2.7.5 (default, Nov  6 2016, 00:28:07)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pkg_resources import get_supported_platform
>>> get_supported_platform()
'linux-x86_64'