Update docs about the default version of Python used for completion

Jedi now picks the version of Python running the ycmd server.
This commit is contained in:
micbou 2018-10-08 00:03:46 +02:00
parent 5c722bbfbb
commit 0ac80ab619
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 7 additions and 7 deletions

View File

@ -1146,9 +1146,9 @@ present so we'd love to hear your feedback! Please do remember to check
### Python Semantic Completion
YCM relies on the [Jedi][] engine to provide completion and code navigation. By
default, it will pick the latest version of Python available on your system and
use its default `sys.path`. While this is fine for simple projects, this needs
to be configurable when working with virtual environments or in a project with
default, it will pick the version of Python running the [ycmd server][ycmd] and
use its `sys.path`. While this is fine for simple projects, this needs to be
configurable when working with virtual environments or in a project with
third-party packages. The next sections explain how to do that.
#### Working with virtual environments

View File

@ -1375,10 +1375,10 @@ for the list of diagnostics we'll need.
Python Semantic Completion ~
YCM relies on the Jedi [12] engine to provide completion and code navigation.
By default, it will pick the latest version of Python available on your system
and use its default 'sys.path'. While this is fine for simple projects, this
needs to be configurable when working with virtual environments or in a project
with third-party packages. The next sections explain how to do that.
By default, it will pick the version of Python running the ycmd server [46] and
use its 'sys.path'. While this is fine for simple projects, this needs to be
configurable when working with virtual environments or in a project with third-
party packages. The next sections explain how to do that.
-------------------------------------------------------------------------------
*youcompleteme-working-with-virtual-environments*