Skip to content

Commit

Permalink
bugfix for python installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Jan 6, 2024
1 parent 6e1b6ee commit 5b72565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/easycomplete/installer/pip_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" .

0 comments on commit 5b72565

Please sign in to comment.