From d5404763567245146834d2a9657ca5d830252675 Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 2 Aug 2018 09:06:57 +0200 Subject: [PATCH] Added note on Python3 and MacOS --- docs/language_servers.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/language_servers.md b/docs/language_servers.md index b84a780..7c89497 100644 --- a/docs/language_servers.md +++ b/docs/language_servers.md @@ -21,9 +21,12 @@ chmod 755 /usr/local/bin/javascript-language-server ## Python3 * Prerequisites: - * Python3 * In juCi++ preferences, set `project.python_command` to `PYTHONUNBUFFERED=1 python3` - + * Python3 + * MacOS: Jedi does not yet support Python 3.6, but you can install latest 3.5 version: + + `brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb` + Install language server, and create symbolic link to enable server in juCi++: ```sh pip3 install python-language-server[rope,pycodestyle,yapf] pyls-mypy