I want to put rbenv
and pyenv
when setting up a Debian OS, but I use anyenv
to handle them all at once.
If you do rbenv install 2.x
or pyenv install 3.x
after installing these in Debian system, you will get build failed
because some package is not included, so this is all at once. It is a memo that it is ok if you hit.
sudo apt install build-essential checkinstall -y
sudo apt install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev -y
Recommended Posts