Skip to content
Snippets Groups Projects
Commit 8d6352f1 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Hugo: Install Python on Linux: 2 more dependencies

parent 60fd141e
No related branches found
No related tags found
1 merge request!2737Hugo: improve docs how to install Python on Linux
Pipeline #166762 passed
......@@ -21,14 +21,15 @@ Python version manager [pyenv](https://github.com/pyenv/pyenv).
To provide a backend for the Python plotting module matplotlib,
install the GUI toolkit Tk before installing pyenv (otherwise,
you will need to rerun `pyenv install <version>`).
Also, two other development packages are required.
A warning about missing sqlite3 support can be ignored.
| Distribution | Package |
| ------------ | ------- |
| Debian | tk-dev |
| Redhat | tk-devel |
| Archlinux | Tk |
| Distribution | Packages |
| ------------ | -------- |
| Debian | tk-dev libssl-dev libreadline-dev |
| Redhat | tk-devel libssl-devel libreadline-devel |
| Archlinux | Tk ? ? |
A warning about missing sqlite3 support can be ignored.
#### Python in pyenv
......
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