for python
# general
a
for python
e
OK, what does this say for you?:
Copy code
$ ./pants options --scope=python-setup --name=interpreter-constraints
python-setup.interpreter_constraints = ['CPython>=2.7,<3'] (from CONFIG in pants.ini)
Also - can you paste the full output of your command run as so?:
Copy code
./pants -ldebug --print-exception-stacktrace ...
a
python-setup.interpreter_constraints = [‘CPython>=2.7,<3’] (from HARDCODED)
e
Do you have a CPython 2.7 binary on your PATH? - you must for
./pants
to have bootstrapped at all. Also, if you can provide the full debug output I suggested above, that would be helpful.