Changeset 102880 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jan 15, 2024 7:08:54 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161100
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/routines.sh
r98468 r102880 445 445 # quite a bit of time. 446 446 PYTHONS="" 447 for p in python2.6 python2.7 python2 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3 python; do447 for p in python2.6 python2.7 python2 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3.11 python3 python; do 448 448 if [ "`$p -c 'import sys 449 449 if sys.version_info >= (2, 6) and (sys.version_info < (3, 0) or sys.version_info >= (3, 3)): -
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r98103 r102880 1349 1349 # double installs which waste quite a bit of time. 1350 1350 PYTHONS="" 1351 for p in python2.4 python2.5 python2.6 python2.7 python2 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3 python; do1351 for p in python2.4 python2.5 python2.6 python2.7 python2 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3.11 python3 python; do 1352 1352 if [ "`$p -c 'import sys 1353 1353 if sys.version_info >= (2, 4) and (sys.version_info < (3, 0) or sys.version_info >= (3, 3)): … … 1478 1478 1479 1479 exit "$?" 1480
Note:
See TracChangeset
for help on using the changeset viewer.