[C++-sig] How to configure makefile for different build platforms

Wichert Akkerman wichert at wiggy.net
Thu Oct 6 17:22:04 CEST 2011


On 10/06/2011 05:17 PM, David Aldrich wrote:
>   >  sys.version_info
>
> How would I get that from the command line please?

python -c "import sys; print '%d.%d' % sys.version_info[:2]"



More information about the Cplusplus-sig mailing list