twchapman / nativeclient-sdk

Automatically exported from code.google.com/p/nativeclient-sdk
0 stars 0 forks source link

Use python2 instead of python to support parallel python installations #149

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On Arch Linux for example python2 and 3 can both be installed with 
/usr/bin/python pointing to python3. Could you in this case please use 
/usr/bin/python2 ?

Currently I work around this by a "python" simlink to python2 in my PATH before 
/usr/bin

Original issue reported on code.google.com by ma.adam...@gmail.com on 10 Aug 2014 at 11:12