Install venv instead of virtualenv
This commit is contained in:
parent
42acf124a0
commit
fb3ee2d27a
|
@ -2,7 +2,7 @@
|
|||
[common]
|
||||
python3 = buster, bionic
|
||||
python3-pip = buster, bionic
|
||||
python3-virtualenv = buster, bionic
|
||||
python3-venv = buster, bionic
|
||||
|
||||
[django]
|
||||
uwsgi = buster, bionic
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
[common]
|
||||
python3 = buster, bionic
|
||||
python3-pip = buster, bionic
|
||||
python3-virtualenv = buster, bionic
|
||||
python3-venv = buster, bionic
|
||||
|
||||
[liquidsoap]
|
||||
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
[common]
|
||||
python3 = buster, bionic
|
||||
python3-pip = buster, bionic
|
||||
python3-virtualenv = buster, bionic
|
||||
python3-venv = buster, bionic
|
||||
|
||||
[liquidsoap]
|
||||
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
||||
|
|
Loading…
Reference in New Issue