Skip to content

Commit

Permalink
Update build_linux_wheel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dderiso authored Jan 8, 2024
1 parent b58be8c commit 5c6577a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build_linux_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
set -e

# manylinux2014_x86_64
yum update -y
yum install -y centos-release-scl
# yum update -y
# yum install -y centos-release-scl
# yum list available rh-python*

# yum install -y rh-python38
Expand Down Expand Up @@ -41,8 +41,13 @@ yum install -y centos-release-scl

curl https://pyenv.run | bash
exec $SHELL
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"

pyenv install 3.7.x
pyenv global 3.7.x

python --version
python3.7 --version
python3.7 -m pip install --upgrade pip
Expand Down

0 comments on commit 5c6577a

Please sign in to comment.