소스 검색

python3 http

Tom McKenzie 2 년 전
부모
커밋
0bd4f5d9d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .rc.d/aliases.sh

+ 1 - 1
.rc.d/aliases.sh

@@ -25,7 +25,7 @@ alias k='kubectl'
 alias kx='kubectx'
 
 # http
-alias http-server='python -m SimpleHTTPServer'
+alias http-server='python3 -m http.server'
 
 # osx-only aliases
 if [[ "$(uname -s)" = 'Darwin' ]]; then