소스 검색

Merge pull request #6765 from targhs/doc/correct-installation-shell-syntax

Correct shell syntax for installation using git
TW 3 년 전
부모
커밋
73b97f339b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/installation.rst

+ 1 - 1
docs/installation.rst

@@ -372,7 +372,7 @@ While we try not to break master, there are no guarantees on anything.
     git clone https://github.com/borgbackup/borg.git
 
     # create a virtual environment
-    virtualenv --python=${which python3} borg-env
+    virtualenv --python=$(which python3) borg-env
     source borg-env/bin/activate   # always before using!
 
     # install borg + dependencies into virtualenv