VirtualBox

Ignore:
Timestamp:
Jan 25, 2024 4:55:52 PM (12 months ago)
Author:
vboxsync
Message:

Installer/Python: Handle uninstalling for Python versions >= 3, which we just ignored there for now. bugref:10579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool

    r98103 r103071  
    119119
    120120# python stuff
    121 python_versions="2.3 2.5 2.6 2.7"
     121python_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"
    122134for p in $python_versions; do
    123135    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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette