mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 14:53:53 -05:00
Arch needs a package such as 'base-devel' to run make (https://wiki.archlinux.org/index.php/Makepkg)
@@ -39,7 +39,7 @@ apk add libffi-dev ncurses-dev openssl-dev readline-dev tk-dev xz-dev zlib-dev
|
|||||||
* Arch and derivatives
|
* Arch and derivatives
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pacman -S --needed openssl zlib bzip2 readline sqlite wget curl llvm ncurses xz tk libffi python-pyopenssl git
|
pacman -S --needed base-devel openssl zlib bzip2 readline sqlite wget curl llvm ncurses xz tk libffi python-pyopenssl git
|
||||||
```
|
```
|
||||||
The library ncurses5 would require an [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers) to install. If using [YAY](https://aur.archlinux.org/packages/yay/):
|
The library ncurses5 would require an [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers) to install. If using [YAY](https://aur.archlinux.org/packages/yay/):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user