Changeset 103071 in vbox for trunk/src/VBox/Installer/darwin/DiskImage
- Timestamp:
- Jan 25, 2024 4:55:52 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool
r98103 r103071 119 119 120 120 # python stuff 121 python_versions="2.3 2.5 2.6 2.7" 121 python_versions="\ 122 2.6 \ 123 2.7 \ 124 3.3 \ 125 3.4 \ 126 3.5 \ 127 3.6 \ 128 3.7 \ 129 3.8 \ 130 3.9 \ 131 3.10 \ 132 3.11 \ 133 3.12" 122 134 for p in $python_versions; do 123 135 test -f /Library/Python/$p/site-packages/vboxapi/VirtualBox_constants.py && my_files+=("/Library/Python/$p/site-packages/vboxapi/VirtualBox_constants.py")
Note:
See TracChangeset
for help on using the changeset viewer.