From e0ca00d3f28bfe6789c42eff492853c3c7938231 Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Wed, 27 May 2020 13:39:55 +0300 Subject: [PATCH] scripts: Install pylint for VS Code --- scripts/installSoftware.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/installSoftware.sh b/scripts/installSoftware.sh index 924b6ca..e4fdf8b 100644 --- a/scripts/installSoftware.sh +++ b/scripts/installSoftware.sh @@ -47,6 +47,9 @@ code --install-extension ms-vscode.cmake-tools code --install-extension ms-vscode.cpptools code --install-extension streetsidesoftware.code-spell-checker code --install-extension eamodio.gitlens +echo "--- Installing pylint" +/usr/bin/python2.7 -m pip install -U "pylint<2.0.0" --user +/usr/bin/python3.6 -m pip install -U pylint --user echo "--- Cloning and installing Clever packages" mkdir -p ${HOME}/catkin_ws/src