Add build-essential command
This commit is contained in:
parent
2a6c2d5836
commit
5ecbc5f7a4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue