You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have both python 3.5 and 2.7 installed in my machine (Arch Linux) but whenever I run the cmake . command it always picks /usr/bin/python which links to 3.5.
Currently I just made /usr/bin/python to point into 2.7 but it would be better if the build script would pick the correct one.