rough-minister-58256
>>> from pex.platforms import Platform >>> Platform.current() Platform(platform='macosx_10_13_x86_64', impl='cp', version='27', abi='cp27m') >>> Platform.current().platform 'macosx_10_13_x86_64'