mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 17:57:59 +00:00
Merge pull request #5615 from jedie/patch-1
Change docs/install instruction: "python-virtualenv" -> "python3-virtualenv"
This commit is contained in:
commit
41d282bc14
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ Debian / Ubuntu
|
|||
|
||||
Install the dependencies with development headers::
|
||||
|
||||
sudo apt-get install python3 python3-dev python3-pip python-virtualenv \
|
||||
sudo apt-get install python3 python3-dev python3-pip python3-virtualenv \
|
||||
libacl1-dev libacl1 \
|
||||
libssl-dev libb2-dev \
|
||||
liblz4-dev libzstd-dev \
|
||||
|
|
Loading…
Reference in a new issue