1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 13:53:53 -05:00

liblzma-dev is also required to build python 3+ on ubuntu, otherwise you get an error when importing lzma from the standard library.

Nicholas A. Lourie
2018-08-07 17:12:14 -07:00
parent 1972076cd2
commit c5be291cb5

@@ -5,7 +5,7 @@
```sh
sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev
xz-utils tk-dev libffi-dev liblzma-dev
```
* Fedora/CentOS/RHEL: