LoginSignup
0
2

More than 3 years have passed since last update.

Ubuntu 19.03 に Pyenv で Python3をビルドするのに必要なパッケージ

Last updated at Posted at 2019-09-25

どのネット上の記事でも、微妙にパッケージが足りないので、自分用にメモ

Install dependencies

$ sudo apt install git gcc make openssl libssl-dev libbz2-dev libreadline-dev libsqlite3-dev zlib1g-dev libffi-dev

Install pyenv

Install Python 3.7

$ pyenv install 3.7.4
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2