1 | | The devel install command does replace the existing bundle, and it does to a force reinstall, so that is not the problem. The problem is probably due to expecting that the changes will be visible without restarting ChimeraX. There can easily be references to the bundle's packages that that are are not replaced when the new version is installed. So to see the changes, you need to quit ChimeraX, and start it up again. The DevelExtras toolshed bundle provides a "devel module reload" command that tries to eliminate the need to restart ChimeraX, but it is not possible to make it foolproof due to how Python works. |
| 1 | The devel install command does replace the existing bundle, and it does do a force reinstall, so that is not the problem. The problem is probably due to expecting that the changes will be visible without restarting ChimeraX. There can easily be references to the bundle's packages that that are are not replaced when the new version is installed. So to see the changes, you need to quit ChimeraX, and start it up again. The DevelExtras toolshed bundle provides a "devel module reload" command that tries to eliminate the need to restart ChimeraX, but it is not possible to make it foolproof due to how Python works. |