mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-28 04:21:03 -05:00
Commit shell syntax for installation using git
This commit is contained in:
parent
7f8a5bb9c3
commit
08629e4d83
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue