Upgrading plugins in a multiple platforms environment

I have installed multiple platforms of Open edX Tutor as in the link:
https://docs.tutor.edly.io/tutorials/multiplatforms.html

Everything is fine, but when I try to upgrade a plugin (e.g. Indigo theme) I noticed that it is upgraded in the root/.local/share folder but not in the TUTOR_ROOT folder of the multiple platforms. How do I upgrade the plugin in all platforms?

Hi @Mohammed_Al-Shammaa,
Tutor plugins are python packages. PIP will not install or upgrade to the TUTOR_ROOT, but to the active virtual env. You should create a virtual environment for each platform and point TUTOR_ROOT to the home of the environment each time you enable it.

1 Like