On Sep 27, 2021, at 3:24 PM, Greg Couch via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:

To get rid of the user installed bundle, the first step is to find where on the filesystem the files are.  So start the Shell tool from the Tools / General menu.  And then type in it:

    import chimerax
    chimerax.app_dirs.user_data_dir

That will  show where to go.  For example, for me on Windows, it prints:

    'C:\\Users\\gregc\\AppData\\Local\\UCSF\\ChimeraX\\1.2'


This info can also be obtained by using the "info path" command.  Then look for "user versioned data directory" in the log.

--Eric