ucloud-setup/init.sh

11 lines
203 B
Bash
Raw Normal View History

2019-08-27 08:48:07 +00:00
# Require Alpine 3.10
sed -i 's/v3.9/v3.10/g' /etc/apk/repositories
2019-08-27 08:44:13 +00:00
apk update
apk upgrade
2019-08-27 09:12:22 +00:00
apk add python3 gcc g++ python3-dev
2019-08-27 08:43:30 +00:00
pip3 install --upgrade pip
pip3 install pipenv
2019-08-27 08:49:40 +00:00
pipenv install
pipenv shell