mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-11 19:12:28 +00:00
fix installing python 3.12
This commit is contained in:
parent
ed9e645195
commit
1b7657f4f4
@ -17,11 +17,11 @@ fi
|
||||
|
||||
yum -y install openssl-devel bzip2-devel libffi-devel xz-devel wget redhat-lsb-core
|
||||
|
||||
echo "Installing ${PYTHON_VERSION}.3"
|
||||
echo "Installing ${PYTHON_VERSION}.2"
|
||||
|
||||
curl -O https://www.python.org/ftp/python/${PYTHON_VERSION}.3/Python-${PYTHON_VERSION}.3.tgz
|
||||
tar xf Python-${PYTHON_VERSION}.3.tgz
|
||||
pushd Python-${PYTHON_VERSION}.3
|
||||
curl -O https://www.python.org/ftp/python/${PYTHON_VERSION}.2/Python-${PYTHON_VERSION}.2.tgz
|
||||
tar xf Python-${PYTHON_VERSION}.2.tgz
|
||||
pushd Python-${PYTHON_VERSION}.2
|
||||
|
||||
PYTHON_INSTALL_DIR=$PWD/py-${PYTHON_VERSION}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user