Addon Manager: use versioned Python package dirs

This commit is contained in:
Chris Hennes
2022-11-01 17:02:20 -05:00
parent 30c76a6f34
commit 48307b91f5
5 changed files with 181 additions and 25 deletions

View File

@@ -915,6 +915,7 @@ class CommandAddonManager:
def check_python_updates(self) -> None:
self.update_allowed_packages_list() # Not really the best place for it...
PythonPackageManager.migrate_old_am_installations() # Migrate 0.20 to 0.21
self.do_next_startup_phase()
def show_python_updates_dialog(self) -> None: