diff --git a/install.sh b/install.sh index 26cf6807..e42ddfd9 100755 --- a/install.sh +++ b/install.sh @@ -7,14 +7,6 @@ if [ ! -d $PACKER_DIR ]; then fi NVIM_DIR=$(dirname $(readlink -f $0)) -python3 -m venv "$NVIM_DIR/venv" +/usr/bin/env python3 -m venv "$NVIM_DIR/venv" $NVIM_DIR/venv/bin/python -m pip install -U pip setuptools wheel || exit 1 $NVIM_DIR/venv/bin/python -m pip install -U pynvim - -python3 -m pip install -U --user pipx || exit 1 -python3 -m pipx ensurepath || exit 1 -python3 -m pipx install pyright -python3 -m pipx install fortls -python3 -m pipx install black -python3 -m pipx install isort -python3 -m pipx install zimports