From c352815395e0fea469dfe94fadf0b07cd846d2aa Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Tue, 4 Apr 2023 11:13:03 +0200 Subject: [PATCH] [slides] Add remark for Ubuntu venv --- slides/python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/slides/python.md b/slides/python.md index f8a3524b..c0444bdc 100644 --- a/slides/python.md +++ b/slides/python.md @@ -15,6 +15,7 @@ title: Python bindings * Enabled and built by default! * `dune-common` configures a [Python virtual environment](https://docs.python.org/3/library/venv.html) (`dune-common/build-cmake/dune-env`) * Automatically created and set up when running `dunecontrol` +* On Ubuntu systems you need to install `python3-venv` (e.g. `sudo apt install python3-venv`) for `venv` to work properly. * To activate: ```sh source dune-common/build-cmake/dune-env/bin/activate -- GitLab