From cc0fca8a313bc5d842b4b0eac58c43f8bb7a1d48 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Fri, 7 Mar 2025 06:32:34 +0300 Subject: [PATCH] python pip fix --- install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b7ebd28..699bc50 100755 --- a/install.sh +++ b/install.sh @@ -11,13 +11,15 @@ argparse $options -- $argv # Initializing the buffer of output set -l output (if set -q _flag_verbose; echo '/dev/tty'; else; echo '/dev/null'; end) +python3 -m venv ~/.local --system-site-packages + if set -q _flag_update begin # need to rewrite in future (бляяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяяя) sudo apt install -y npm python3-venv python3-pip rubygems ruby-dev pkg-config - python3 -m pip install --upgrade pip + python3 -m ~/.local/bin/pip install --upgrade pip fish_add_path ~/.local/bin - pip3 install --upgrade pynvim + ~/.local/bin/pip install --upgrade pynvim sudo gem install neovim # Install NeoVim module for NPM