Add python3-venv for make coc.nvim work

This commit is contained in:
Kenneth Benzie 2022-06-05 19:59:25 +01:00
parent 01c1ca74a3
commit 3aa7bcfa2e

View File

@ -3,7 +3,8 @@
become: true
apt:
name:
- python-is-python3
- python3
- python3-pip
- python3-venv
- python3-virtualenv
- python-is-python3