Changeset 88548 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 15, 2021 3:51:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/routines.sh
r88546 r88548 395 395 # Check for python2 only, because the generic package does not provide 396 396 # any XPCOM bindings support for python3 since there is no standard ABI. 397 PYTHON="" 397 398 for p in python python2 python2.6 python2.7; do 398 399 if [ "`$p -c 'import sys
Note:
See TracChangeset
for help on using the changeset viewer.