Skip to content

Commit

Permalink
Update alpine-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 authored Oct 21, 2024
1 parent 0c2da43 commit d75e394
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ os=$(uname | tr '[:upper:]' '[:lower:]')
arch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)

apk update
apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pip build-essentials
apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pip libffi-dev cairo-dev

python3 -m venv venv
chmod 777 -R venv/
./venv/bin/activate
# python3 -m venv venv
# chmod 777 -R venv/
# ./venv/bin/activate

pip3 --version
pip3 install --upgrade pip
# pip3 --version
# pip3 install --upgrade pip


#pip install --user pipx
Expand Down

0 comments on commit d75e394

Please sign in to comment.