Skip to content

Commit a7cb3c4

Browse files
committed
install jedi
1 parent f2835ea commit a7cb3c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/dep/ubuntu_init.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@ if [ "Y$OPT_PHP" == "Yyes" ];then
4040
sudo npm i -g intelephense
4141
fi
4242
if [ "Y$OPT_PYTHON" == "Yyes" ];then
43-
#pip install python-language-server
44-
#sudo npm i -g intelephense
45-
echo "python language server"
43+
sudo pip3 install jedi
4644
fi
4745

48-
4946
if [ "Y$OPT_LUA" == "Yyes" ];then
5047
apt install -y lua5.3-dev luarocks lua5.3
5148
luarocks install --server=http://luarocks.org/dev lua-lsp

0 commit comments

Comments
 (0)