Skip to content
Snippets Groups Projects
Unverified Commit ae219fb4 authored by txt-file's avatar txt-file Committed by GitHub
Browse files

update debian installation instructions to recommend installing `virtualenv`...

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: default avatarVieno Hakkerinen <vieno@hakkerinen.eu>

* Add changelog

Co-authored-by: default avatarAndrew Morgan <andrew@amorgan.xyz>
parent 12aa5a7f
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ Installing prerequisites on Ubuntu or Debian: ...@@ -112,7 +112,7 @@ Installing prerequisites on Ubuntu or Debian:
``` ```
sudo apt-get install build-essential python3-dev libffi-dev \ sudo apt-get install build-essential python3-dev libffi-dev \
python3-pip python3-setuptools sqlite3 \ python3-pip python3-setuptools sqlite3 \
libssl-dev python3-virtualenv libjpeg-dev libxslt1-dev libssl-dev virtualenv libjpeg-dev libxslt1-dev
``` ```
#### ArchLinux #### ArchLinux
......
Update Debian installation instructions to recommend installing the `virtualenv` package instead of `python3-virtualenv`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment