Updated install script

This commit is contained in:
2020-04-29 21:20:15 +02:00
parent 3a73b4d96c
commit 96311c6038
2 changed files with 25 additions and 16 deletions

View File

@@ -746,6 +746,15 @@
pip install --user pyls-isort pyls-mypy
#+END_SRC
For some reason, the version of ~jedi~ installed with the Python language
server is too recent, it is required by ~pyls~. So, lets replace it:
#+BEGIN_SRC fish
sudo pip uninstall jedi
sudo pip install 'jedi<0.16,>=0.14.1'
#+END_SRC
Hopefully this will be fixed soon.
** Install go packages
:PROPERTIES:
:CUSTOM_ID: h-8c6e2311-eb84-4bf4-8e0b-948f89bc9664