mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-17 07:43:46 -05:00
libffi-dev is needed in Ubuntu to build Python 3.7.0rc1
@@ -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
|
||||
xz-utils tk-dev libffi-dev
|
||||
```
|
||||
|
||||
* Fedora/CentOS/RHEL:
|
||||
|
||||
Reference in New Issue
Block a user