Changeset 63163 in vbox for trunk/src/VBox
- Timestamp:
- Aug 8, 2016 1:35:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/routines.sh
r61436 r63163 358 358 359 359 PYTHON=python 360 if [ !`python -c 'import sys360 if [ "`python -c 'import sys 361 361 if sys.version_info >= (2, 6): 362 print "test"' 2> /dev/null`= "test" ]; then362 print \"test\"' 2> /dev/null`" != "test" ]; then 363 363 echo 1>&2 "Python 2.6 or later not available, skipping bindings installation." 364 364 return 1
Note:
See TracChangeset
for help on using the changeset viewer.