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 10344b2 commit 6f2aa4aCopy full SHA for 6f2aa4a
package.sh
@@ -50,6 +50,8 @@ ls /usr/bin/python*
50
51
update-alternatives --install /usr/bin/python python /usr/bin/python3.11 2
52
53
+echo "Python3 version after install and update-alternatives:"
54
+python3 --version
55
56
apt install -y python3-distutils-extra
57
apt-get update -q
@@ -260,7 +262,7 @@ echo "PACKAGE.SH ALMOST THERE FOR PYTHON LIBS"
260
262
echo "LS lib after second round of pip:"
261
263
ls lib
264
-python3.11 -m pip install -r requirements.txt -t lib --no-cache-dir --no-binary :all: --prefix ""
265
+python3.11 -m pip install -r requirements.txt -t lib --no-cache-dir --no-binary :all: --prefix ""
266
267
268
# Put package together
0 commit comments