Explorar el Código

Add --user flag

Sanskar Jethi hace 4 años
padre
commit
6e7b73a5c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/install.sh

+ 1 - 1
utils/install.sh

@@ -52,7 +52,7 @@ installpip() { \
 
 installpynvim() { \
   echo "Installing pynvim..."
-  pip3 install pynvim
+  pip3 install pynvim --user
 }
 
 installcocextensions() { \