From 3aa7bcfa2e4669ab07c6ba78a88640c985c3ee7c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 5 Jun 2022 19:59:25 +0100 Subject: [PATCH] Add python3-venv for make coc.nvim work --- roles/python/tasks/Debian.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/python/tasks/Debian.yaml b/roles/python/tasks/Debian.yaml index a377eb0..97c9c87 100644 --- a/roles/python/tasks/Debian.yaml +++ b/roles/python/tasks/Debian.yaml @@ -3,7 +3,8 @@ become: true apt: name: + - python-is-python3 - python3 - python3-pip + - python3-venv - python3-virtualenv - - python-is-python3