我正在使用python 2.6.6,为什么run_tests试图找到python 2.7?
(os)mirror0@lab:~/tmp/python-glanceclient$ ./run_tests.sh
GLOB sdist-make: /home/mirror0/tmp/python-glanceclient/setup.py
py27 create: /home/mirror0/tmp/python-glanceclient/.tox/py27
ERROR: InterpreterNotFound: python2.7
___________________________________ summary ____________________________________
ERROR: py27: InterpreterNotFound: python2.7
(os)mirror0@lab:~/tmp/python-glanceclient$ python -V
Python 2.6.6
答案 0 :(得分:1)
您需要安装python 2.7才能传递这些测试。