We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d954d commit 50a8ac8Copy full SHA for 50a8ac8
python/build.sh
@@ -18,6 +18,8 @@ fi
18
REVISION="python-${VERSION}"
19
initialise "${REVISION}" "${OUTPUT}" "${LAST_REVISION}"
20
21
+curl -sL https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tar.xz | tar Jxf -
22
+
23
SSL_PREFIX=/root/ssl
24
SSL_VERSION=3.3.2
25
curl -sL https://github.com/openssl/openssl/releases/download/openssl-${SSL_VERSION}/openssl-${SSL_VERSION}.tar.gz | tar zxf -
@@ -35,7 +37,6 @@ export LD_LIBRARY_PATH=${SSL_PREFIX}/lib64
35
37
36
38
DEST=/root/python
39
-curl -sL https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tgz | tar zxf -
40
pushd Python-${VERSION}
41
./configure \
42
--prefix=${DEST} \
0 commit comments