VirtualBox

Changeset 92602 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Nov 25, 2021 9:18:13 PM (3 years ago)
Author:
vboxsync
Message:

Installer/solaris: Install python3 API support if present. bugref:9840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r92503 r92602  
    13551355                        INSTALLEDIT=0
    13561356                    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
    13571362
    13581363                    # remove files installed by Python build
     
    13601365
    13611366                    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"
    13631368                        warnprint "Skipped installing the Python bindings."
    13641369                    fi
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette