Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ae219fb

Browse files
update debian installation instructions to recommend installing virtualenv instead of python3-virtualenv (#6892)
* change debian package from python3-virtualenv to virtualenv The virtualenv package is needed for the virtualenv command. The virtualenv package depends on python3-virtualenv (at least since debian jessie) so there is no need to specify python3-virtualenv additionally. Signed-off-by: Vieno Hakkerinen <vieno@hakkerinen.eu> * Add changelog Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
1 parent 12aa5a7 commit ae219fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Installing prerequisites on Ubuntu or Debian:
112112
```
113113
sudo apt-get install build-essential python3-dev libffi-dev \
114114
python3-pip python3-setuptools sqlite3 \
115-
libssl-dev python3-virtualenv libjpeg-dev libxslt1-dev
115+
libssl-dev virtualenv libjpeg-dev libxslt1-dev
116116
```
117117

118118
#### ArchLinux

changelog.d/6892.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Debian installation instructions to recommend installing the `virtualenv` package instead of `python3-virtualenv`.

0 commit comments

Comments
 (0)