1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Remove --user in linux.sh

This commit is contained in:
Shidong Wang 2020-09-14 20:49:58 +08:00
parent fc2263ac68
commit 63c9c24681

View File

@ -32,8 +32,8 @@ install_nvim() {
CMAKE_BUILD_TYPE=Release \
CMAKE_EXTRA_FLAGS="-DTRAVIS_CI_BUILD=ON -DCMAKE_INSTALL_PREFIX:PATH=$out"
make install
pip install --user pynvim
pip3 install --user pynvim
pip install pynvim
pip3 install pynvim
}
install() {