diff options
-rwxr-xr-x | ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.sh b/ci/install.sh index c8eef4903a..5925cc7b02 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -5,7 +5,7 @@ set -o pipefail # Use default CC to avoid compilation problems when installing Python modules. echo "Install neovim module for Python." -CC=cc python -m pip -q install --user --upgrade pynvim +CC=cc python3 -m pip -q install --user --upgrade pynvim echo "Install neovim RubyGem." gem install --no-document --bindir "$HOME/.local/bin" --user-install --pre neovim |