List of libraries to install when installing Python using Pyenv

It's a completely personal note ...

usage environment

Ubuntu16.04 LTS

Libraries that had to be installed

This time I installed Python 3.5.1. How to use Pyenv is easy to understand this. It seems that there are some that you don't have to install, but if you don't, you'll get a warning and it's kind of unpleasant.

Installation method

It doesn't seem necessary to explain anymore, but sudo apt-get install <library name> works well.

It's a complete digression, but recently it seems that you can use ʻapt instead of ʻapt-get. (I don't know when)

I was sure that my juniors told me that get was strange even though it was ʻapt-get remove` or remove.

Recommended Posts

List of libraries to install when installing Python using Pyenv
How to install python using anaconda
Notes on installing Python using PyEnv
Unable to install Python with pyenv
Install Python on CentOS using Pyenv
Install Python on CentOS using pyenv
[Python3] List of sites that I referred to when I started Python
Summary of how to use Python list
[Introduction to Udemy Python 3 + Application] 19. Copy of list
Install Python 3.8.6 on macOS Big Sur using pyenv
I wanted to install Python 3.4.3 with Homebrew + pyenv
Character encoding when using csv module of python 2.7.3
List of Python code to move and remember
What to do if you get an error when installing python with pyenv
List of python modules
How to install Python
How to install python
Install python (pyenv, pyenv-virtualenv)
Install python with pyenv
How to set up a Python environment using pyenv
List of posts related to optimization by Python to docker
List of Python libraries for data scientists and data engineers
How to write a list / dictionary type of Python3
Error due to conflict between python when using gurobi
Installation method when using RealSense from Python (pyenv edition)
Causes when python version cannot be changed using pyenv
Things to note when initializing a list in Python
How to exit when using Python in Terminal (Mac)
Minimum memo when using Python on Mac (pyenv edition)
What I was addicted to when using Python tornado
I get an error when I try to raise Python to 3 series using pyenv on Catalina
[2020.8 latest] How to install Python
Try to get the function list of Python> os package
How to install Python [Windows]
How to install Python2.7 python3.5 with pyenv (on RHEL5 CentOS5) (2016 Nov)
[CentOS7] Install anaconda using pyenv
Summary of Python3 list operations
[Python] How to make a list of character strings character by character
[Python] Convert list to Pandas [Pandas]
[Python] How to use list 1
Options when installing libraries that cannot be piped with pyenv
[Tips] Dealing with errors that occur when trying to install Python 3 series less than 3.5.3 with pyenv
When pyenv install BUILD FAILED
Post to Twitter using Python
Install external libraries with Python
Start to Selenium using python
Change python version using pyenv
Install multiple versions of Python
Install pyenv on MacBook Air and switch python to use
python: Basics of using scikit-learn ①
How to display a list of installable versions with pyenv
How to get a list of built-in exceptions in python
[Python] Copy of multidimensional list
Install pyenv from Homebrew, install Python from pyenv
Things to keep in mind when using Python with AtCoder
Things to keep in mind when using cgi with python.
When I got a list of study sessions in Python, I found something I wanted to make
(One of the solutions) when pyenv install on macOS causes BUILD FAILED and Python installation fails.
When you want to use multiple versions of the same Python library (virtual environment using venv)
Things to watch out for when using default arguments in Python
Python --Most elegant way to read lines of file into list