Skip to content
Snippets Groups Projects
Commit c3528153 authored by Timo Koch's avatar Timo Koch
Browse files

[slides] Add remark for Ubuntu venv

parent 623c82b8
No related branches found
No related tags found
No related merge requests found
Pipeline #30797 passed
......@@ -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
......
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