From 5b7256556f4380a0b88ba7cc2f6b6bcd43205117 Mon Sep 17 00:00:00 2001 From: lijing00333 Date: Sat, 6 Jan 2024 23:45:02 +0800 Subject: [PATCH] bugfix for python installer --- autoload/easycomplete/installer/pip_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/easycomplete/installer/pip_install.sh b/autoload/easycomplete/installer/pip_install.sh index 58ff716d..93abef32 100755 --- a/autoload/easycomplete/installer/pip_install.sh +++ b/autoload/easycomplete/installer/pip_install.sh @@ -8,4 +8,5 @@ set -e python3 -m venv ./venv ./venv/bin/pip3 install -U pip ./venv/bin/pip3 install "$2" +pip3 install "$2" ln -s "./venv/bin/$1" .