8d5f164feb
[READY] Implement new strategy to find the Python interpreter path See discussion in issue #1891 for details. Implement a new strategy to find the Python interpreter path: - if specified, use `g:ycm_path_to_python_interpreter` option. - on UNIX platforms, use `sys.executable` as the path to Python interpreter; - on Windows, deduce it from `os.__file__` path (it should always be in the parent folder). In all cases, check the version (2.6 or 2.7) of the Python interpreter path by running it. This PR may break things. It needs thorough testing. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/1896) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
testdata | ||
__init__.py | ||
base_test.py | ||
event_notification_test.py | ||
omni_completion_request_tests.py | ||
paths_test.py | ||
postcomplete_tests.py | ||
syntax_parse_test.py | ||
vimsupport_test.py |