Explorar el Código

Don't use sudo for pip install

Swaroop C H hace 10 años
padre
commit
1259155fbe
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      commands.bash

+ 2 - 2
commands.bash

@@ -54,8 +54,8 @@ function install_deps_osx () {
     # brew install asciidoc
 
     # http://s3tools.org/usage
-    sudo pip install -U python-magic
-    sudo pip install -U https://github.com/s3tools/s3cmd/archive/master.zip
+    pip install -U python-magic
+    pip install -U https://github.com/s3tools/s3cmd/archive/master.zip
 
     # http://asciidoctor.org/docs/install-asciidoctor-macosx/
     sudo gem update --system