소스 검색

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