Browse Source

Added note on Python3 and MacOS

merge-requests/389/head
eidheim 7 years ago
parent
commit
d540476356
  1. 7
      docs/language_servers.md

7
docs/language_servers.md

@ -21,9 +21,12 @@ chmod 755 /usr/local/bin/javascript-language-server
## Python3 ## Python3
* Prerequisites: * Prerequisites:
* Python3
* In juCi++ preferences, set `project.python_command` to `PYTHONUNBUFFERED=1 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++: Install language server, and create symbolic link to enable server in juCi++:
```sh ```sh
pip3 install python-language-server[rope,pycodestyle,yapf] pyls-mypy pip3 install python-language-server[rope,pycodestyle,yapf] pyls-mypy

Loading…
Cancel
Save