One Skill in a Day is a column that is updated every day, trying to make you master a development skill in 2 minutes a day.
Python 3 comes with the new Ubuntu 18.04. But this Python environment is not complete, you need to install the following modules.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3-pip
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
Recommended Posts