瀏覽代碼

Don't use sudo for pip install

Swaroop C H 10 年之前
父節點
當前提交
1259155fbe
共有 1 個文件被更改,包括 2 次插入2 次删除
  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