Changeset 88546 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 15, 2021 2:05:33 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143826
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/routines.sh
r82968 r88546 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 for p in python python2 python2.6 python 397 for p in python python2 python2.6 python2.7; do 398 398 if [ "`$p -c 'import sys 399 399 if sys.version_info >= (2, 6) and sys.version_info < (3, 0):
Note:
See TracChangeset
for help on using the changeset viewer.