From 15867874bea345f03f7221aa98dc35254684aaa0 Mon Sep 17 00:00:00 2001 From: Zaariel91 <115039613+Zaariel91@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:50:04 +0300 Subject: [PATCH] Update alpine-build.sh --- alpine-build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/alpine-build.sh b/alpine-build.sh index 3e1b1b75..b7801a8b 100644 --- a/alpine-build.sh +++ b/alpine-build.sh @@ -5,15 +5,15 @@ set -e os=$(uname | tr '[:upper:]' '[:lower:]') arch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) -apk add --no-cache ncurses elfutils-dev gmp-dev build-base +apk add --no-cache ncurses elfutils-dev gmp-dev build-base python3 python3-dev py3-pip # python3 -m venv venv # chmod 777 -R venv/ # ./venv/bin/activate -pip install --user pipx -export PATH="$HOME/.local/bin:$PATH" -pipx install cpplint pytest numpy sympy==1.12.1 cairo-lang==0.12.0 +#pip install --user pipx +#export PATH="$HOME/.local/bin:$PATH" +pip install cpplint pytest numpy sympy==1.12.1 cairo-lang==0.12.0 wget "https://github.com/bazelbuild/bazelisk/releases/download/v1.20.0/bazelisk-$os-$arch" chmod 755 "bazelisk-$os-$arch"