forked from p15670423/monkey
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"
|
python_cmd="python3.7"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sudo apt install build-essentials
|
||||||
|
|
||||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||||
${python_cmd} get-pip.py
|
${python_cmd} get-pip.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue