Skip to content

Commit 6f2aa4a

Browse files
Update package.sh
1 parent 10344b2 commit 6f2aa4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ ls /usr/bin/python*
5050

5151
update-alternatives --install /usr/bin/python python /usr/bin/python3.11 2
5252

53+
echo "Python3 version after install and update-alternatives:"
54+
python3 --version
5355

5456
apt install -y python3-distutils-extra
5557
apt-get update -q
@@ -260,7 +262,7 @@ echo "PACKAGE.SH ALMOST THERE FOR PYTHON LIBS"
260262
echo "LS lib after second round of pip:"
261263
ls lib
262264

263-
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 ""
264266

265267

266268
# Put package together

0 commit comments

Comments
 (0)