浏览代码

Correct shell syntax for installation using git

targhs 3 年之前
父节点
当前提交
35c031ed2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/installation.rst

+ 1 - 1
docs/installation.rst

@@ -371,7 +371,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