Add build-essential command

This commit is contained in:
Daniel Goldberg 2020-02-03 09:49:01 +02:00
parent 2a6c2d5836
commit 5ecbc5f7a4
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ if [[ ${python_cmd} == "" ]]; then
python_cmd="python3.7"
fi
sudo apt install build-essentials
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
${python_cmd} get-pip.py