Changeset 92602 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Nov 25, 2021 9:18:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r92503 r92602 1355 1355 INSTALLEDIT=0 1356 1356 fi 1357 PYTHONBIN=`which python3 2>/dev/null` 1358 install_python_bindings "$PYTHONBIN" "Python 3.x" 1359 if test "$?" -eq 0; then 1360 INSTALLEDIT=0 1361 fi 1357 1362 1358 1363 # remove files installed by Python build … … 1360 1365 1361 1366 if test "$INSTALLEDIT" -ne 0; then 1362 warnprint "No suitable Python version found. Required Python 2.4, 2.5, 2.6 or 2.7"1367 warnprint "No suitable Python version found. Required Python 2.4, 2.5, 2.6, 2.7 or 3.x" 1363 1368 warnprint "Skipped installing the Python bindings." 1364 1369 fi
Note:
See TracChangeset
for help on using the changeset viewer.