You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -L "${dep_url}"| tar xz -C "${OUT_PREFIX}"# --strip-components 1 # extract to $OUT_PREFIX, drop the first directory level, which is the archive name
38
-
echo"`ls`"
31
+
curl -L "${dep_url}"| tar xz -C "${OUT_PREFIX}"
39
32
mv "${OUT_PREFIX}/${python_version}" src
40
33
cd src
41
34
@@ -51,9 +44,3 @@ find "${OUT_PREFIX}" \( -type d -a \( -name test -o -name tests \) \) -exec rm -
51
44
LOCATION=${OUT_PREFIX%?}
52
45
53
46
ln $LOCATION/bin/python3 $LOCATION/bin/python
54
-
55
-
# # copy over sqlite3 headers
56
-
# cp "/usr/include/sqlite3"* "$LOCATION/include/"
57
-
58
-
# # create generic .so symlink against stack image
0 commit comments