Changeset 103063 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jan 25, 2024 2:12:26 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/VirtualBox/postflight
r103062 r103063 57 57 for PYTHON_BIN in $PYTHON_BINARIES; do 58 58 # Install the python bindings if python is in the path 59 if [ "`\${PYTHON_BIN} -c 'print "test"' 2> /dev/null`" = "test" ]; then59 if [ "`\${PYTHON_BIN} -c 'print("test")' 2> /dev/null`" = "test" ]; then 60 60 echo 1>&2 "Python found: ${PYTHON_BIN}, installing bindings..." 61 61 # Pass install path via environment
Note:
See TracChangeset
for help on using the changeset viewer.